Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Model::BaseModelSource (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Model::BaseModelSource.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#genie_source

def genie_source() -> ::Google::Cloud::AIPlatform::V1::GenieSource
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.

#genie_source=

def genie_source=(value) -> ::Google::Cloud::AIPlatform::V1::GenieSource
Parameter
  • value (::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.

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.

#model_garden_source

def model_garden_source() -> ::Google::Cloud::AIPlatform::V1::ModelGardenSource
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.

#model_garden_source=

def model_garden_source=(value) -> ::Google::Cloud::AIPlatform::V1::ModelGardenSource
Parameter
  • value (::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.

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.