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

A list of historical SnapshotAnalysis or ImportFeaturesAnalysis stats requested by user, sorted by FeatureStatsAnomaly.start_time descending.

Attributes

  • featureStatsAnomaly (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureStatsAnomaly.t, default: nil) - Output only. The stats and anomalies generated at specific timestamp.
  • objective (type: String.t, default: nil) - Output only. The objective for each stats.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly{
    featureStatsAnomaly:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureStatsAnomaly.t()
      | nil,
    objective: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.