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

Response message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

Attributes

  • monitoringStats (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies.t), default: nil) - Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.
  • nextPageToken (type: String.t, default: nil) - The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse{
    monitoringStats:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringStatsAnomalies.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.