Google Cloud Ai Platform V1 Client - Class PSCAutomationState (1.31.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PSC_AUTOMATION_STATE_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum PSC_AUTOMATION_STATE_UNSPECIFIED = 0;

PSC_AUTOMATION_STATE_SUCCESSFUL

Value: 1

The PSC service automation is successful.

Generated from protobuf enum PSC_AUTOMATION_STATE_SUCCESSFUL = 1;

PSC_AUTOMATION_STATE_FAILED

Value: 2

The PSC service automation has failed.

Generated from protobuf enum PSC_AUTOMATION_STATE_FAILED = 2;