Class: Google::Cloud::AIPlatform::V1::Model::BaseModelSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Model::BaseModelSource
- 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
-
#genie_source ⇒ ::Google::Cloud::AIPlatform::V1::GenieSource
Information about the base model of Genie models.
-
#model_garden_source ⇒ ::Google::Cloud::AIPlatform::V1::ModelGardenSource
Source information of Model Garden models.
Instance Attribute Details
#genie_source ⇒ ::Google::Cloud::AIPlatform::V1::GenieSource
Returns Information about the base model of Genie models.
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.
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 |