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

Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

Attributes

  • deployedModelId (type: String.t, default: nil) - Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
  • endTime (type: DateTime.t, default: nil) - The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.
  • featureDisplayName (type: String.t, default: nil) - The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".
  • objectives (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.t), default: nil) - Required. Objectives of the stats to retrieve.
  • pageSize (type: integer(), default: nil) - The standard list page size.
  • pageToken (type: String.t, default: nil) - A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.
  • startTime (type: DateTime.t, default: nil) - The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest{
    deployedModelId: String.t() | nil,
    endTime: DateTime.t() | nil,
    featureDisplayName: String.t() | nil,
    objectives:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective.t()
      ]
      | nil,
    pageSize: integer() | nil,
    pageToken: String.t() | nil,
    startTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.