Class: Google::Cloud::AIPlatform::V1::DeleteReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteReasoningEngineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb
Overview
Request message for ReasoningEngineService.DeleteReasoningEngine.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns Optional. If set to true, child resources of this reasoning engine will also be deleted. Otherwise, the request will fail with FAILED_PRECONDITION error when the reasoning engine has undeleted child resources.
134 135 136 137 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 134 class DeleteReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the ReasoningEngine resource to be deleted.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}.
134 135 136 137 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 134 class DeleteReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |