Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenieSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenieSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/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) ⇒ GoogleCloudAiplatformV1beta1GenieSource
constructor
A new instance of GoogleCloudAiplatformV1beta1GenieSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1GenieSource
Returns a new instance of GoogleCloudAiplatformV1beta1GenieSource.
11313 11314 11315 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11313 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
11311 11312 11313 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11311 def base_model_uri @base_model_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11318 11319 11320 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11318 def update!(**args) @base_model_uri = args[:base_model_uri] if args.key?(:base_model_uri) end |