public static enum Featurestore.State extends Enum<Featurestore.State> implements com.google.protobuf.ProtocolMessageEnum
Possible states a featurestore can have.Protobuf enum
google.cloud.aiplatform.v1.Featurestore.State| Enum Constant and Description |
|---|
STABLE
State when the featurestore configuration is not being updated and the
fields reflect the current configuration of the featurestore.
|
STATE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
UPDATING
The state of the featurestore configuration when it is being updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
STABLE_VALUE
State when the featurestore configuration is not being updated and the
fields reflect the current configuration of the featurestore.
|
static int |
STATE_UNSPECIFIED_VALUE
Default value.
|
static int |
UPDATING_VALUE
The state of the featurestore configuration when it is being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Featurestore.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Featurestore.State> |
internalGetValueMap() |
static Featurestore.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Featurestore.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Featurestore.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Featurestore.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Featurestore.State STATE_UNSPECIFIED
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final Featurestore.State 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;public static final Featurestore.State UPDATING
The state of the featurestore configuration when it is being updated. During an update, the fields reflect either the original configuration or the updated configuration of the featurestore. For example, `online_serving_config.fixed_node_count` can take minutes to update. While the update is in progress, the featurestore is in the UPDATING state, and the value of `fixed_node_count` can be the original value or the updated value, depending on the progress of the operation. 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;public static final Featurestore.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final int 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;public static final int UPDATING_VALUE
The state of the featurestore configuration when it is being updated. During an update, the fields reflect either the original configuration or the updated configuration of the featurestore. For example, `online_serving_config.fixed_node_count` can take minutes to update. While the update is in progress, the featurestore is in the UPDATING state, and the value of `fixed_node_count` can be the original value or the updated value, depending on the progress of the operation. 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;public static Featurestore.State[] values()
for (Featurestore.State c : Featurestore.State.values()) System.out.println(c);
public static Featurestore.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Featurestore.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Featurestore.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Featurestore.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Featurestore.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.