Class: Google::Cloud::AIPlatform::V1::ModelGardenSource

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

Overview

Contains information about the source of the models generated from Model Garden.

Instance Attribute Summary collapse

Instance Attribute Details

#public_model_name::String

Returns Required. The model garden source model resource name.

Returns:

  • (::String)

    Required. The model garden source model resource name.



468
469
470
471
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 468

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