Class DeleteModelRequest (1.10.1)

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

Request for deleting a model.

Attribute

NameDescription
name str
Required. The resource name of the [Model] to delete. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

Inheritance

builtins.object > proto.message.Message > DeleteModelRequest