Enum Featurestore.State (2.7.4)

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

Possible states a Featurestore can have.

Protobuf enum google.cloud.aiplatform.v1.Featurestore.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
STABLE

State when the Featurestore configuration is not being updated and the fields reflect the current configuration of the Featurestore. The Featurestore is usable in this state.

STABLE = 1;

STABLE_VALUE

State when the Featurestore configuration is not being updated and the fields reflect the current configuration of the Featurestore. The Featurestore is usable in this state.

STABLE = 1;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

State when the Featurestore configuration is being updated and the fields reflect the updated configuration of the Featurestore, not the current one. For example, online_serving_config.fixed_node_count can take minutes to update. While the update is in progress, the Featurestore will be in the UPDATING state and the value of fixed_node_count will be the updated value. Until the update completes, the actual number of nodes can still be the original value of fixed_node_count. The Featurestore is still usable in this state.

UPDATING = 2;

UPDATING_VALUE

State when the Featurestore configuration is being updated and the fields reflect the updated configuration of the Featurestore, not the current one. For example, online_serving_config.fixed_node_count can take minutes to update. While the update is in progress, the Featurestore will be in the UPDATING state and the value of fixed_node_count will be the updated value. Until the update completes, the actual number of nodes can still be the original value of fixed_node_count. The Featurestore is still usable in this state.

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