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.

Note: The following fields are mutually exclusive: genie_source, model_garden_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AIPlatform::V1::GenieSource)

    Information about the base model of Genie models.

    Note: The following fields are mutually exclusive: genie_source, model_garden_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



425
426
427
428
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 425

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.

Note: The following fields are mutually exclusive: model_garden_source, genie_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AIPlatform::V1::ModelGardenSource)

    Source information of Model Garden models.

    Note: The following fields are mutually exclusive: model_garden_source, genie_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



425
426
427
428
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 425

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