Enum PublisherModel.VersionState (3.42.0)

public enum PublisherModel.VersionState extends Enum<PublisherModel.VersionState> implements ProtocolMessageEnum

An enum representing the state of the PublicModelVersion.

Protobuf enum google.cloud.aiplatform.v1beta1.PublisherModel.VersionState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
VERSION_STATE_STABLE

Used to indicate the version is stable.

VERSION_STATE_STABLE = 1;

VERSION_STATE_STABLE_VALUE

Used to indicate the version is stable.

VERSION_STATE_STABLE = 1;

VERSION_STATE_UNSPECIFIED

The version state is unspecified.

VERSION_STATE_UNSPECIFIED = 0;

VERSION_STATE_UNSPECIFIED_VALUE

The version state is unspecified.

VERSION_STATE_UNSPECIFIED = 0;

VERSION_STATE_UNSTABLE

Used to indicate the version is unstable.

VERSION_STATE_UNSTABLE = 2;

VERSION_STATE_UNSTABLE_VALUE

Used to indicate the version is unstable.

VERSION_STATE_UNSTABLE = 2;

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