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

Explanation result of the prediction produced by the Model.

Attributes

  • explanation (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Explanation.t, default: nil) - Explanation attribution response 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.GoogleCloudAiplatformV1EvaluatedAnnotationExplanation{
    explanation:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Explanation.t() | nil,
    explanationType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.