Class: Google::Cloud::AIPlatform::V1::Model::BaseModelSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model.rb

Overview

User input field to specify the base model source. Currently it only supports specifing the Model Garden models and Genie models.

Instance Attribute Summary collapse

Instance Attribute Details

#genie_source::Google::Cloud::AIPlatform::V1::GenieSource

Returns Information about the base model of Genie models.

Returns:



415
416
417
418
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 415

class BaseModelSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#model_garden_source::Google::Cloud::AIPlatform::V1::ModelGardenSource

Returns Source information of Model Garden models.

Returns:



415
416
417
418
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 415

class BaseModelSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end