View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis (google_api_ai_platform v0.13.0)

Configuration of the Featurestore's ImportFeature Analysis Based Monitoring. This type of analysis generates statistics for values of each Feature imported by every ImportFeatureValues operation.

Attributes

  • anomalyDetectionBaseline (type: String.t, default: nil) - The baseline used to do anomaly detection for the statistics generated by import features analysis.
  • state (type: String.t, default: nil) - Whether to enable / disable / inherite default hebavior for import features analysis.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeaturestoreMonitoringConfigImportFeaturesAnalysis{
    anomalyDetectionBaseline: String.t() | nil,
    state: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.