Enum Featurestore.Types.State (1.1.0)

public enum State

Possible states a Featurestore can have.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

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.

Unspecified

Default value. This value is unused.

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.