Class: Google::Cloud::AIPlatform::V1::LargeModelReference

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 Large Model.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The unique name of the large Foundation or pre-built model. Like "chat-bison", "text-bison". Or model name with version ID, like "chat-bison@001", "text-bison@005", etc.

Returns:

  • (::String)

    Required. The unique name of the large Foundation or pre-built model. Like "chat-bison", "text-bison". Or model name with version ID, like "chat-bison@001", "text-bison@005", etc.



458
459
460
461
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 458

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