Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeployModelOperationMetadata.
Runtime operation information for EndpointService.DeployModel.
Generated from protobuf message google.cloud.aiplatform.v1.DeployModelOperationMetadata
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generic_metadata |
GenericOperationMetadata
The operation generic information. |
↳ deployment_stage |
int
Output only. The deployment stage of the model. |
getGenericMetadata
The operation generic information.
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata|null |
|
hasGenericMetadata
clearGenericMetadata
setGenericMetadata
The operation generic information.
| Parameter | |
|---|---|
| Name | Description |
var |
GenericOperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeploymentStage
Output only. The deployment stage of the model.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentStage. |
setDeploymentStage
Output only. The deployment stage of the model.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentStage. |
| Returns | |
|---|---|
| Type | Description |
$this |
|