Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest
- 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
Request message for SemanticGovernancePolicyEngineService. DeprovisionSemanticGovernancePolicyEngine.
Instance Attribute Summary collapse
-
#force ⇒ Boolean
(also: #force?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest
constructor
A new instance of GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest
Returns a new instance of GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest.
8841 8842 8843 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8841 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
8838 8839 8840 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8838 def force @force end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8846 8847 8848 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8846 def update!(**args) @force = args[:force] if args.key?(:force) end |