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
value
mixed
static::value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATED
Value: 1
State CREATED.
Generated from protobuf enum CREATED = 1;
DEPLOYING
Value: 2
State DEPLOYING.
Generated from protobuf enum DEPLOYING = 2;
DEPLOYED
Value: 3
State DEPLOYED.
Generated from protobuf enum DEPLOYED = 3;
UNDEPLOYING
Value: 4
State UNDEPLOYING.
Generated from protobuf enum UNDEPLOYING = 4;
DELETED
Value: 5
State DELETED.
Generated from protobuf enum DELETED = 5;
ERROR
Value: 6
State ERROR.
Generated from protobuf enum ERROR = 6;
CREATING
Value: 7
State CREATING.
Generated from protobuf enum CREATING = 7;
UPDATING
Value: 8
State Updating.
Generated from protobuf enum UPDATING = 8;
DELETING
Value: 9
State Deleting.
Generated from protobuf enum DELETING = 9;
FIXING
Value: 10
State Fixing.
Generated from protobuf enum FIXING = 10;

