Google Cloud Vision Ai V1 Client - Class State (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class State.
State of the Application
Protobuf type google.cloud.visionai.v1.Application.State
Namespace
Google \ Cloud \ VisionAI \ V1 \ ApplicationMethods
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;
CREATED
Value: 1State CREATED.
Generated from protobuf enum CREATED = 1;
DEPLOYING
Value: 2State DEPLOYING.
Generated from protobuf enum DEPLOYING = 2;
DEPLOYED
Value: 3State DEPLOYED.
Generated from protobuf enum DEPLOYED = 3;
UNDEPLOYING
Value: 4State UNDEPLOYING.
Generated from protobuf enum UNDEPLOYING = 4;
DELETED
Value: 5State DELETED.
Generated from protobuf enum DELETED = 5;
ERROR
Value: 6State ERROR.
Generated from protobuf enum ERROR = 6;
CREATING
Value: 7State CREATING.
Generated from protobuf enum CREATING = 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;