Google Cloud Vision Ai V1 Client - Class State (0.1.0)

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 \ Index

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default value. Should not be used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

State CREATING.

Generated from protobuf enum CREATING = 1;

CREATED

Value: 2

State CREATED.

Generated from protobuf enum CREATED = 2;

UPDATING

Value: 3

State UPDATING.

Generated from protobuf enum UPDATING = 3;