Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CreateEndpointOperationMetadata.
Runtime operation information for EndpointService.CreateEndpoint.
Generated from protobuf message google.cloud.aiplatform.v1.CreateEndpointOperationMetadata
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. Only populated if this CreateEndpoint request deploys a model at the same time. |
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. Only populated if this CreateEndpoint request deploys a model at the same time.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentStage. |
setDeploymentStage
Output only. The deployment stage of the model. Only populated if this CreateEndpoint request deploys a model at the same time.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentStage. |
| Returns | |
|---|---|
| Type | Description |
$this |
|