We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a24e98 commit 64bf7d5Copy full SHA for 64bf7d5
1 file changed
google/cloud/aiplatform/v1/endpoint.proto
@@ -322,6 +322,9 @@ message DeployedModel {
322
// System labels are managed by Google for internal use only.
323
map<string, string> system_labels = 28;
324
325
+ // The checkpoint id of the model.
326
+ string checkpoint_id = 29;
327
+
328
// Optional. Spec for configuring speculative decoding.
329
SpeculativeDecodingSpec speculative_decoding_spec = 30
330
[(google.api.field_behavior) = OPTIONAL];
0 commit comments