Skip to content

Commit ee1a2b4

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new field system_labels is added to message google.cloud.aiplatform.v1beta1.DeployRequest
PiperOrigin-RevId: 753236214
1 parent a80b45b commit ee1a2b4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/model_garden_service.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@ message DeployRequest {
272272
// Optional. If true, enable the QMT fast tryout feature for this model if
273273
// possible.
274274
bool fast_tryout_enabled = 2 [(google.api.field_behavior) = OPTIONAL];
275+
276+
// Optional. System labels for Model Garden deployments.
277+
// These labels are managed by Google and for tracking purposes only.
278+
map<string, string> system_labels = 3
279+
[(google.api.field_behavior) = OPTIONAL];
275280
}
276281

277282
// The artifacts to deploy.

0 commit comments

Comments
 (0)