View Source GoogleApi.Language.V2.Model.XPSResponseExplanationSpec (google_api_language v0.15.0)
Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated, see b/288407203 for context.
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.V2.Model.XPSResponseExplanationMetadata.t
, default:nil
) - Metadata describing the Model's input and output for explanation. -
parameters
(type:GoogleApi.Language.V2.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
@type t() :: %GoogleApi.Language.V2.Model.XPSResponseExplanationSpec{ explanationType: String.t() | nil, metadata: GoogleApi.Language.V2.Model.XPSResponseExplanationMetadata.t() | nil, parameters: GoogleApi.Language.V2.Model.XPSResponseExplanationParameters.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.