View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies (google_api_ai_platform v0.24.0)
Statistics and anomalies generated by Model Monitoring.
Attributes
-
anomalyCount(type:integer(), default:nil) - Number of anomalies within all stats. -
deployedModelId(type:String.t, default:nil) - Deployed Model ID. -
featureStats(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies.t), default:nil) - A list of historical Stats and Anomalies generated for all Features. -
objective(type:String.t, default:nil) - Model Monitoring Objective those stats and anomalies belonging to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies{ anomalyCount: integer() | nil, deployedModelId: String.t() | nil, featureStats: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomaliesFeatureHistoricStatsAnomalies.t() ] | nil, objective: String.t() | nil }