Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata
- 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
Metadata information about the deployment for managing deployment config.
Instance Attribute Summary collapse
-
#labels ⇒ Hash<String,String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata
constructor
A new instance of GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata
Returns a new instance of GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata.
21491 21492 21493 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21491 def initialize(**args) update!(**args) end |
Instance Attribute Details
#labels ⇒ Hash<String,String>
Optional. Labels for the deployment. For managing deployment config like
verifying, source of deployment config, etc.
Corresponds to the JSON property labels
21489 21490 21491 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21489 def labels @labels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21496 21497 21498 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21496 def update!(**args) @labels = args[:labels] if args.key?(:labels) end |