Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeployMetadata.
Metadata information about the deployment for managing deployment config.
Generated from protobuf message google.cloud.aiplatform.v1.PublisherModel.CallToAction.Deploy.DeployMetadata
Namespace
Google \ Cloud \ AIPlatform \ V1 \ PublisherModel \ CallToAction \ DeployMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc. |
↳ sample_request |
string
Optional. Sample request for deployed endpoint. |
getLabels
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSampleRequest
Optional. Sample request for deployed endpoint.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSampleRequest
Optional. Sample request for deployed endpoint.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|