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.
27898 27899 27900 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 27898 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
27896 27897 27898 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 27896 def base_model_uri @base_model_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27903 27904 27905 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 27903 def update!(**args) @base_model_uri = args[:base_model_uri] if args.key?(:base_model_uri) end |