UploadModelResponse

Response message of ModelService.UploadModel operation.

Fields
model string

The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}

modelVersionId string

Output only. The version id of the model that is uploaded.

JSON representation
{
  "model": string,
  "modelVersionId": string
}