Enum Model.DeploymentState (2.1.23)

public enum Model.DeploymentState extends Enum<Model.DeploymentState> implements ProtocolMessageEnum

Deployment state of the model.

Protobuf enum google.cloud.automl.v1.Model.DeploymentState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEPLOYED

Model is deployed.

DEPLOYED = 1;

DEPLOYED_VALUE

Model is deployed.

DEPLOYED = 1;

DEPLOYMENT_STATE_UNSPECIFIED

Should not be used, an un-set enum has this value by default.

DEPLOYMENT_STATE_UNSPECIFIED = 0;

DEPLOYMENT_STATE_UNSPECIFIED_VALUE

Should not be used, an un-set enum has this value by default.

DEPLOYMENT_STATE_UNSPECIFIED = 0;

UNDEPLOYED

Model is not deployed.

UNDEPLOYED = 2;

UNDEPLOYED_VALUE

Model is not deployed.

UNDEPLOYED = 2;

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()