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



422
423
424
425
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 422

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

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



422
423
424
425
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 422

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