Class PauseModelRequest (1.10.1)

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

Request for pausing training of a model.

Attribute

NameDescription
name str
Required. The name of the model to pause. Format: ``projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}``

Inheritance

builtins.object > proto.message.Message > PauseModelRequest