Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenieSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenieSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Contains information about the source of the models generated from Generative AI Studio.
Instance Attribute Summary collapse
-
#base_model_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1GenieSource
constructor
A new instance of GoogleCloudAiplatformV1GenieSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1GenieSource
Returns a new instance of GoogleCloudAiplatformV1GenieSource.
10383 10384 10385 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10383 def initialize(**args) update!(**args) end |
Instance Attribute Details
#base_model_uri ⇒ String
Required. The public base model URI.
Corresponds to the JSON property baseModelUri
10381 10382 10383 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10381 def base_model_uri @base_model_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10388 10389 10390 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10388 def update!(**args) @base_model_uri = args[:base_model_uri] if args.key?(:base_model_uri) end |