CopyModelResponse

Response message of ModelService.CopyModel operation.

Fields
model string

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

modelVersionId string

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

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