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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: models.listCheckpoints\n\n**Full name**: projects.locations.models.listCheckpoints\n\nLists checkpoints of the specified model version. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{name}:listCheckpoints` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`name` `string` \nRequired. 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.\n\n### Query parameters\n\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token. Typically obtained via [nextPageToken](/vertex-ai/docs/reference/rest/v1/projects.locations.models/listCheckpoints#body.ListModelVersionCheckpointsResponse.FIELDS.next_page_token) of the previous [models.listCheckpoints](/vertex-ai/docs/reference/rest/v1/projects.locations.models/listCheckpoints#google.cloud.aiplatform.v1.ModelService.ListModelVersionCheckpoints) call.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [ModelService.ListModelVersionCheckpoints](/vertex-ai/docs/reference/rest/v1/projects.locations.models/listCheckpoints#google.cloud.aiplatform.v1.ModelService.ListModelVersionCheckpoints)\n\nIf successful, the response body contains data with the following structure:\nFields `checkpoints[]` `object (`[ModelVersionCheckpoint](/vertex-ai/docs/reference/rest/v1/projects.locations.models/listCheckpoints#ModelVersionCheckpoint)`)` \nList of Model version checkpoints.\n`nextPageToken` `string` \nA token to retrieve the next page of results. Pass to [ListModelVersionCheckpointsRequest.page_token](/vertex-ai/docs/reference/rest/v1/projects.locations.models/listCheckpoints#body.QUERY_PARAMETERS.page_token) to obtain that page. \n\nModelVersionCheckpoint\n----------------------\n\n| This item is deprecated!\nDescribes the machine learning model version checkpoint.\nFields `checkpointId` `string` \nThe id of the checkpoint.\n`epoch` `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` \nThe epoch of the checkpoint.\n`step` `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` \nThe step of the checkpoint."]]