Skip to content

Commit f2e5538

Browse files
Google APIscopybara-github
authored andcommitted
feat: add model_version_id to UploadModelResponse in aiplatform v1 model_service.proto
PiperOrigin-RevId: 455486702
1 parent 26faba6 commit f2e5538

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/model_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ message UploadModelResponse {
224224
string model = 1 [(google.api.resource_reference) = {
225225
type: "aiplatform.googleapis.com/Model"
226226
}];
227+
228+
// Output only. The version ID of the model that is uploaded.
229+
string model_version_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
227230
}
228231

229232
// Request message for [ModelService.GetModel][google.cloud.aiplatform.v1.ModelService.GetModel].

0 commit comments

Comments
 (0)