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.
10131 10132 10133 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10131 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
10129 10130 10131 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10129 def base_model_uri @base_model_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10136 10137 10138 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10136 def update!(**args) @base_model_uri = args[:base_model_uri] if args.key?(:base_model_uri) end |