public sealed class EvaluatedAnnotationExplanation : IMessage<EvaluatedAnnotationExplanation>, IEquatable<EvaluatedAnnotationExplanation>, IDeepCloneable<EvaluatedAnnotationExplanation>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class EvaluatedAnnotationExplanation.
Explanation result of the prediction produced by the Model.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `EvaluatedAnnotationExplanation` class within the Google Cloud Vertex AI v1beta1 API."],["The `EvaluatedAnnotationExplanation` class represents the explanation result of a prediction, produced by a model, and it inherits from the `object` class while implementing several interfaces."],["It includes two constructors for creating instances: a default constructor and one that accepts another `EvaluatedAnnotationExplanation` object for cloning."],["Key properties of this class include `Explanation`, which contains the attribution details, and `ExplanationType`, which specifies the type of explanation, such as `image-integrated-gradients` or `image-xrai` for AutoML Image Classification models."],["The latest version of this class is `1.0.0-beta21`, and an older version `1.0.0-beta20` is also available."]]],[]]