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

Output from BatchPredictionJob for Model Monitoring baseline dataset, which can be used to generate baseline attribution scores.

Attributes

  • bigquery (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQueryDestination.t, default: nil) - BigQuery location for BatchExplain output.
  • gcs (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsDestination.t, default: nil) - Cloud Storage location for BatchExplain output.
  • predictionFormat (type: String.t, default: nil) - The storage format of the predictions generated BatchPrediction job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline{
    bigquery:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQueryDestination.t()
      | nil,
    gcs:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsDestination.t()
      | nil,
    predictionFormat: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.