Class DeleteRecognizerRequest (2.17.2)

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

Request message for the DeleteRecognizer method.

Attributes

NameDescription
name str
Required. The name of the Recognizer to delete. Format: projects/{project}/locations/{location}/recognizers/{recognizer}
validate_only bool
If set, validate the request and preview the deleted Recognizer, but do not actually delete it.
allow_missing bool
If set to true, and the Recognizer is not found, the request will succeed and be a no-op (no Operation is recorded in this case).
etag str
This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.