Google Cloud Ai Platform V1 Client - Class State (1.35.0)

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 \ FeatureOnlineStore

Methods

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.