Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeployResponse.
Response message for ModelGardenService.Deploy .
Generated from protobuf message google.cloud.aiplatform.v1.DeployResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ publisher_model
string
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
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}
getPublisherModel
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
string
setPublisherModel
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
var
string
$this
getEndpoint
Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string
setEndpoint
Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
var
string
$this
getModel
Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}
string
setModel
Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}
var
string
$this

