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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ publisher_model |
string
Output only. The name of the PublisherModel resource. Format: |
↳ endpoint |
string
Output only. The name of the Endpoint created. Format: |
↳ model |
string
Output only. The name of the Model created. Format: |
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
| Returns | |
|---|---|
| Type | Description |
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
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpoint
Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpoint
Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getModel
Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}
| Returns | |
|---|---|
| Type | Description |
string |
|
setModel
Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|