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 \ ClusterMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1The PROVISIONING state indicates the cluster is being created.
Generated from protobuf enum PROVISIONING = 1;
RUNNING
Value: 2The RUNNING state indicates the cluster has been created and is fully usable.
Generated from protobuf enum RUNNING = 2;
STOPPING
Value: 3The STOPPING state indicates the cluster is being deleted.
Generated from protobuf enum STOPPING = 3;
ERROR
Value: 4The ERROR state indicates the cluster is unusable. It will be automatically deleted.
Generated from protobuf enum ERROR = 4;