Enum IssueModel.State (2.41.0)

public enum IssueModel.State extends Enum<IssueModel.State> implements ProtocolMessageEnum

State of the model.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETING

Model is being deleted.

DELETING = 5;

DELETING_VALUE

Model is being deleted.

DELETING = 5;

DEPLOYED

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

DEPLOYED = 3;

DEPLOYED_VALUE

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

DEPLOYED = 3;

DEPLOYING

Model is being deployed.

DEPLOYING = 2;

DEPLOYING_VALUE

Model is being deployed.

DEPLOYING = 2;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

STATE_UNSPECIFIED = 0;

UNDEPLOYED

Model is not deployed but is ready to deploy.

UNDEPLOYED = 1;

UNDEPLOYED_VALUE

Model is not deployed but is ready to deploy.

UNDEPLOYED = 1;

UNDEPLOYING

Model is being undeployed.

UNDEPLOYING = 4;

UNDEPLOYING_VALUE

Model is being undeployed.

UNDEPLOYING = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()