GoogleApi.Language.V1.Model.XPSResponseExplanationSpec (google_api_language v0.16.3)

View Source

Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.

Attributes

  • explanationType (type: String.t, default: nil) - Explanation type. For AutoML Image Classification models, possible values are: image-integrated-gradients image-xrai
  • metadata (type: GoogleApi.Language.V1.Model.XPSResponseExplanationMetadata.t, default: nil) - Metadata describing the Model's input and output for explanation.
  • parameters (type: GoogleApi.Language.V1.Model.XPSResponseExplanationParameters.t, default: nil) - Parameters that configure explaining of the Model's predictions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSResponseExplanationSpec{
  explanationType: String.t() | nil,
  metadata:
    GoogleApi.Language.V1.Model.XPSResponseExplanationMetadata.t() | nil,
  parameters:
    GoogleApi.Language.V1.Model.XPSResponseExplanationParameters.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.