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

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class State.

State of the Instance

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

Namespace

Google \ Cloud \ VisionAI \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;

CREATING

Value: 1

State CREATING.

Generated from protobuf enum CREATING = 1;

CREATED

Value: 2

State CREATED.

Generated from protobuf enum CREATED = 2;

DEPLOYING

Value: 3

State DEPLOYING.

Generated from protobuf enum DEPLOYING = 3;

DEPLOYED

Value: 4

State DEPLOYED.

Generated from protobuf enum DEPLOYED = 4;

UNDEPLOYING

Value: 5

State UNDEPLOYING.

Generated from protobuf enum UNDEPLOYING = 5;

DELETED

Value: 6

State DELETED.

Generated from protobuf enum DELETED = 6;

ERROR

Value: 7

State ERROR.

Generated from protobuf enum ERROR = 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;

FINISHED

Value: 11

State Finished.

Generated from protobuf enum FINISHED = 11;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年03月30日 UTC.