Google Cloud Contact Center Insights V1 Client - Class State (1.1.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class State.

State of the model.

Protobuf type google.cloud.contactcenterinsights.v1.IssueModel.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

UNDEPLOYED

Value: 1

Model is not deployed but is ready to deploy.

Generated from protobuf enum UNDEPLOYED = 1;

DEPLOYING

Value: 2

Model is being deployed.

Generated from protobuf enum DEPLOYING = 2;

DEPLOYED

Value: 3

Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state.

Generated from protobuf enum DEPLOYED = 3;

UNDEPLOYING

Value: 4

Model is being undeployed.

Generated from protobuf enum UNDEPLOYING = 4;

DELETING

Value: 5

Model is being deleted.

Generated from protobuf enum DELETING = 5;