Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeleteReasoningEngineRequest.
Request message for ReasoningEngineService.DeleteReasoningEngine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force
def force() -> ::Boolean
Returns
- (::Boolean) — 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.
#force=
def force=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the ReasoningEngine resource to be deleted.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the ReasoningEngine resource to be deleted.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Returns
-
(::String) — Required. The name of the ReasoningEngine resource to be deleted.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}