Google Cloud Vision Ai V1 Client - Class State (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class State.

The current state of the cluster.

Protobuf type google.cloud.visionai.v1.Cluster.State

Namespace

Google \ Cloud \ VisionAI \ V1 \ Cluster

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

The PROVISIONING state indicates the cluster is being created.

Generated from protobuf enum PROVISIONING = 1;

RUNNING

Value: 2

The RUNNING state indicates the cluster has been created and is fully usable.

Generated from protobuf enum RUNNING = 2;

STOPPING

Value: 3

The STOPPING state indicates the cluster is being deleted.

Generated from protobuf enum STOPPING = 3;

ERROR

Value: 4

The ERROR state indicates the cluster is unusable. It will be automatically deleted.

Generated from protobuf enum ERROR = 4;