Class ListModelVersionCheckpointsRequest (1.89.0)

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

Request message for ModelService.ListModelVersionCheckpoints.

Attributes

Name Description
name str
Required. The name of the model version to list checkpoints for. projects/{project}/locations/{location}/models/{model}@{version} Example: projects/{project}/locations/{location}/models/{model}@2 or projects/{project}/locations/{location}/models/{model}@golden If no version ID or alias is specified, the latest version will be used.
page_size int
Optional. The standard list page size.
page_token str
Optional. The standard list page token. Typically obtained via next_page_token of the previous ListModelVersionCheckpoints call.

Methods

ListModelVersionCheckpointsRequest

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

Request message for ModelService.ListModelVersionCheckpoints.