Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest
- 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
Request message for SemanticGovernancePolicyEngineService. DeprovisionSemanticGovernancePolicyEngine.
Instance Attribute Summary collapse
-
#force ⇒ Boolean
(also: #force?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest
Returns a new instance of GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest.
15614 15615 15616 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15614 def initialize(**args) update!(**args) end |
Instance Attribute Details
#force ⇒ Boolean Also known as: force?
Optional. If true, the operation bypass checks on current state and force the
deprovisioning operation.
Corresponds to the JSON property force
15611 15612 15613 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15611 def force @force end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15619 15620 15621 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15619 def update!(**args) @force = args[:force] if args.key?(:force) end |