Module Google::Cloud::AIPlatform::V1::Featurestore::State (v0.1.0)

Possible states a Featurestore can have.

Constants

STATE_UNSPECIFIED

value: 0
Default value. This value is unused.

STABLE

value: 1
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.

UPDATING

value: 2
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.