Class DeleteModelVersionRequest (1.18.3)

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

Request message for ModelService.DeleteModelVersion.

Attribute

NameDescription
name str
Required. The name of the model version to be deleted, with a version ID explicitly included. Example: projects/{project}/locations/{location}/models/{model}@1234

Inheritance

builtins.object > proto.message.Message > DeleteModelVersionRequest