public sealed class EvaluatedAnnotationExplanation : IMessage<EvaluatedAnnotationExplanation>, IEquatable<EvaluatedAnnotationExplanation>, IDeepCloneable<EvaluatedAnnotationExplanation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-25 UTC."],[[["This page provides reference documentation for the `EvaluatedAnnotationExplanation` class within the Google Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta09."],["The `EvaluatedAnnotationExplanation` class represents the explanation result of a prediction made by a Model and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `EvaluatedAnnotationExplanation` object for copying purposes."],["It includes properties like `Explanation`, which provides attribution response details, and `ExplanationType`, which specifies the type of explanation, with examples given for AutoML Image Classification models."],["The latest version available for this API is `1.0.0-beta21`."]]],[]]