Class DeployPublisherModelResponse (1.85.0)

DeployPublisherModelResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for ModelGardenService.DeployPublisherModel.

Attributes

Name Description
publisher_model str
Output only. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisher_model}@{version_id}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001
endpoint str
Output only. The name of the Endpoint created. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
model str
Output only. The name of the Model created. Format: projects/{project}/locations/{location}/models/{model}

Methods

DeployPublisherModelResponse

DeployPublisherModelResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for ModelGardenService.DeployPublisherModel.