Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class State.
IndexEndpoint stage.
Protobuf type google.cloud.visionai.v1.IndexEndpoint.State
Namespace
Google \ Cloud \ VisionAI \ V1 \ IndexEndpointMethods
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;
FAILED
Value: 4State FAILED.
Generated from protobuf enum FAILED = 4;