Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PSCAutomationState.
The state of the PSC service automation.
Protobuf type google.cloud.aiplatform.v1.PSCAutomationState
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PSC_AUTOMATION_STATE_UNSPECIFIED
Value: 0Should not be used.
Generated from protobuf enum PSC_AUTOMATION_STATE_UNSPECIFIED = 0;
PSC_AUTOMATION_STATE_SUCCESSFUL
Value: 1The PSC service automation is successful.
Generated from protobuf enum PSC_AUTOMATION_STATE_SUCCESSFUL = 1;
PSC_AUTOMATION_STATE_FAILED
Value: 2The PSC service automation has failed.
Generated from protobuf enum PSC_AUTOMATION_STATE_FAILED = 2;