Skip to content

Commit 8a24e98

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add checkpoint ID to endpoint proto
PiperOrigin-RevId: 758660257
1 parent ac36039 commit 8a24e98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/endpoint.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ message DeployedModel {
321321
// System labels to apply to Model Garden deployments.
322322
// System labels are managed by Google for internal use only.
323323
map<string, string> system_labels = 28;
324+
325+
// The checkpoint id of the model.
326+
string checkpoint_id = 29;
324327
}
325328

326329
// PrivateEndpoints proto is used to provide paths for users to send

0 commit comments

Comments
 (0)