Class DeleteReasoningEngineRequest (1.90.0)

DeleteReasoningEngineRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for ReasoningEngineService.DeleteReasoningEngine.

Attributes

Name Description
name str
Required. The name of the ReasoningEngine resource to be deleted. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
force bool
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.

Methods

DeleteReasoningEngineRequest

DeleteReasoningEngineRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for ReasoningEngineService.DeleteReasoningEngine.