Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest

Returns a new instance of GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest.



9186
9187
9188
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9186

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#forceBoolean 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

Returns:

  • (Boolean)


9183
9184
9185
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9183

def force
  @force
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9191
9192
9193
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9191

def update!(**args)
  @force = args[:force] if args.key?(:force)
end