Class: Google::Cloud::AIPlatform::V1::GenieSource

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 Generative AI Studio.

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_uri::String

Returns Required. The public base model URI.

Returns:

  • (::String)

    Required. The public base model URI.



478
479
480
481
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 478

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