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.

IndexEndpoint stage.

Protobuf type google.cloud.visionai.v1.IndexEndpoint.State

Namespace

Google \ Cloud \ VisionAI \ V1 \ IndexEndpoint

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;

FAILED

Value: 4

State FAILED.

Generated from protobuf enum FAILED = 4;