public static enum FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State extends Enum<FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State> implements com.google.protobuf.ProtocolMessageEnum
The state defines whether to enable ImportFeature analysis.Protobuf enum
google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State| Enum Constant and Description |
|---|
DEFAULT
The default behavior of whether to enable the monitoring.
|
DISABLED
Explicitly disables import features analysis.
|
ENABLED
Explicitly enables import features analysis.
|
STATE_UNSPECIFIED
Should not be used.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VALUE
The default behavior of whether to enable the monitoring.
|
static int |
DISABLED_VALUE
Explicitly disables import features analysis.
|
static int |
ENABLED_VALUE
Explicitly enables import features analysis.
|
static int |
STATE_UNSPECIFIED_VALUE
Should not be used.
|
| Modifier and Type | Method and Description |
|---|---|
static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.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<FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State> |
internalGetValueMap() |
static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State STATE_UNSPECIFIED
Should not be used.
STATE_UNSPECIFIED = 0;public static final FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State DEFAULT
The default behavior of whether to enable the monitoring. EntityType-level config: disabled. Feature-level config: inherited from the configuration of EntityType this Feature belongs to.
DEFAULT = 1;public static final FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State ENABLED
Explicitly enables import features analysis. EntityType-level config: by default enables import features analysis for all Features under it. Feature-level config: enables import features analysis regardless of the EntityType-level config.
ENABLED = 2;public static final FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State DISABLED
Explicitly disables import features analysis. EntityType-level config: by default disables import features analysis for all Features under it. Feature-level config: disables import features analysis regardless of the EntityType-level config.
DISABLED = 3;public static final FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Should not be used.
STATE_UNSPECIFIED = 0;public static final int DEFAULT_VALUE
The default behavior of whether to enable the monitoring. EntityType-level config: disabled. Feature-level config: inherited from the configuration of EntityType this Feature belongs to.
DEFAULT = 1;public static final int ENABLED_VALUE
Explicitly enables import features analysis. EntityType-level config: by default enables import features analysis for all Features under it. Feature-level config: enables import features analysis regardless of the EntityType-level config.
ENABLED = 2;public static final int DISABLED_VALUE
Explicitly disables import features analysis. EntityType-level config: by default disables import features analysis for all Features under it. Feature-level config: disables import features analysis regardless of the EntityType-level config.
DISABLED = 3;public static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State[] values()
for (FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State c : FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State.values()) System.out.println(c);
public static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.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 FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.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 FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.