View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationModelEvaluationExplanationSpec (google_api_ai_platform v0.15.0)

Attributes

  • explanationSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationSpec.t, default: nil) - Explanation spec details.
  • explanationType (type: String.t, default: nil) - Explanation type. For AutoML Image Classification models, possible values are: image-integrated-gradients image-xrai

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationModelEvaluationExplanationSpec{
    explanationSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationSpec.t()
      | nil,
    explanationType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.