View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EvaluatedAnnotationExplanation (google_api_ai_platform v0.24.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-gradientsimage-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 }