Class DeleteModelRequest (1.14.0)

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

Request message for ModelService.DeleteModel.

Attribute

NameDescription
name str
Required. The name of the Model resource to be deleted. Format: ``projects/{project}/locations/{location}/models/{model}``

Inheritance

builtins.object > proto.message.Message > DeleteModelRequest