Skip to content

Commit 64bf7d5

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/endpoint.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ message DeployedModel {
322322
// System labels are managed by Google for internal use only.
323323
map<string, string> system_labels = 28;
324324

325+
// The checkpoint id of the model.
326+
string checkpoint_id = 29;
327+
325328
// Optional. Spec for configuring speculative decoding.
326329
SpeculativeDecodingSpec speculative_decoding_spec = 30
327330
[(google.api.field_behavior) = OPTIONAL];

0 commit comments

Comments
 (0)