DeployResponse

Response message for ModelGardenService.Deploy.

Fields
publisherModel string

Output only. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisherModel}@{versionId}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001

endpoint string

Output only. The name of the Endpoint created. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

model string

Output only. The name of the Model created. Format: projects/{project}/locations/{location}/models/{model}

JSON representation
{
  "publisherModel": string,
  "endpoint": string,
  "model": string
}