Enum FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State (3.42.0)

public enum FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State extends Enum<FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State> implements ProtocolMessageEnum

The state defines whether to enable ImportFeature analysis.

Protobuf enum google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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;

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;

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;

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;

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;

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;

STATE_UNSPECIFIED

Should not be used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Should not be used.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()