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.v1beta1.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
State when the Featurestore configuration is being updated and the fields
reflect the updated configuration of the Featurestore, not the current
one.
|
| 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
State when the Featurestore configuration is being updated and the fields
reflect the updated configuration of the Featurestore, not the current
one.
|
| 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
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.
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
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.
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 © 2021 Google LLC. All rights reserved.