Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class State.
Enum representing the different states through which an Index might cycle during its lifetime.
Protobuf type google.cloud.visionai.v1.Index.State
Namespace
Google \ Cloud \ VisionAI \ V1 \ IndexMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The default value. Should not be used.
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;
UPDATING
Value: 3State UPDATING.
Generated from protobuf enum UPDATING = 3;