Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
- 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
Response message for ModelGardenService.ExportPublisherModel.
Instance Attribute Summary collapse
-
#destination_uri ⇒ String
The destination uri of the model weights.
-
#publisher_model ⇒ String
The name of the PublisherModel resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1ExportPublisherModelResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
Returns a new instance of GoogleCloudAiplatformV1beta1ExportPublisherModelResponse.
14437 14438 14439 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 14437 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_uri ⇒ String
The destination uri of the model weights.
Corresponds to the JSON property destinationUri
14429 14430 14431 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 14429 def destination_uri @destination_uri end |
#publisher_model ⇒ String
The name of the PublisherModel resource. Format: publishers/publisher/
models/publisher_model@version_id`
Corresponds to the JSON propertypublisherModel`
14435 14436 14437 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 14435 def publisher_model @publisher_model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14442 14443 14444 14445 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 14442 def update!(**args) @destination_uri = args[:destination_uri] if args.key?(:destination_uri) @publisher_model = args[:publisher_model] if args.key?(:publisher_model) end |