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.
10971 10972 10973 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10971 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
10969 10970 10971 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10969 def base_model_uri @base_model_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10976 10977 10978 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10976 def update!(**args) @base_model_uri = args[:base_model_uri] if args.key?(:base_model_uri) end |