Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class State.
State of the Instance
Protobuf type google.cloud.visionai.v1.Instance.State
Namespace
Google \ Cloud \ VisionAI \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1State CREATING.
Generated from protobuf enum CREATING = 1;
CREATED
Value: 2State CREATED.
Generated from protobuf enum CREATED = 2;
DEPLOYING
Value: 3State DEPLOYING.
Generated from protobuf enum DEPLOYING = 3;
DEPLOYED
Value: 4State DEPLOYED.
Generated from protobuf enum DEPLOYED = 4;
UNDEPLOYING
Value: 5State UNDEPLOYING.
Generated from protobuf enum UNDEPLOYING = 5;
DELETED
Value: 6State DELETED.
Generated from protobuf enum DELETED = 6;
ERROR
Value: 7State ERROR.
Generated from protobuf enum ERROR = 7;
UPDATING
Value: 8State Updating
Generated from protobuf enum UPDATING = 8;
DELETING
Value: 9State Deleting.
Generated from protobuf enum DELETING = 9;
FIXING
Value: 10State Fixing.
Generated from protobuf enum FIXING = 10;
FINISHED
Value: 11State Finished.
Generated from protobuf enum FINISHED = 11;