Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest

Returns a new instance of GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest.



16892
16893
16894
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16892

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)


16889
16890
16891
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16889

def force
  @force
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16897
16898
16899
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16897

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