Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class State.
Possible states a featureOnlineStore can have.
Protobuf type google.cloud.aiplatform.v1.FeatureOnlineStore.State
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureOnlineStoreMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STABLE
Value: 1
State when the featureOnlineStore configuration is not being updated and the fields reflect the current configuration of the featureOnlineStore.
The featureOnlineStore is usable in this state.
Generated from protobuf enum STABLE = 1;
UPDATING
Value: 2
The state of the featureOnlineStore configuration when it is being updated. During an update, the fields reflect either the original configuration or the updated configuration of the featureOnlineStore. The featureOnlineStore is still usable in this state.
Generated from protobuf enum UPDATING = 2;