DeployOperationMetadata

Runtime operation information for ModelGardenService.Deploy.

Fields
genericMetadata object (GenericOperationMetadata)

The operation generic information.

publisherModel string

Output only. The name of the model resource.

destination string

Output only. The resource name of the Location to deploy the model in. Format: projects/{project}/locations/{location}

projectNumber string (int64 format)

Output only. The project number where the deploy model request is sent.

modelId string

Output only. The model id to be used at query time.

JSON representation
{
  "genericMetadata": {
    object (GenericOperationMetadata)
  },
  "publisherModel": string,
  "destination": string,
  "projectNumber": string,
  "modelId": string
}