Cloud AI Platform v1 API - Enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.State (2.27.0)

public enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.State

Reference documentation and code samples for the Cloud AI Platform v1 API enum FeaturestoreMonitoringConfig.Types.ImportFeaturesAnalysis.Types.State.

The state defines whether to enable ImportFeature analysis.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

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.

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.

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.

Unspecified

Should not be used.