View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies (google_api_ai_platform v0.13.0)
Historical Stats (and Anomalies) for a specific Feature.
Attributes
-
featureDisplayName
(type:String.t
, default:nil
) - Display Name of the Feature. -
predictionStats
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureStatsAnomaly.t)
, default:nil
) - A list of historical stats generated by different time window's Prediction Dataset. -
threshold
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ThresholdConfig.t
, default:nil
) - Threshold for anomaly detection. -
trainingStats
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureStatsAnomaly.t
, default:nil
) - Stats calculated for the Training Dataset.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies{ featureDisplayName: String.t() | nil, predictionStats: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureStatsAnomaly.t() ] | nil, threshold: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ThresholdConfig.t() | nil, trainingStats: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureStatsAnomaly.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.