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-04-09 UTC."],[[["This documentation provides details for the `EvaluatedAnnotationExplanation` class within the Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta02."],["`EvaluatedAnnotationExplanation` represents the explanation result of a prediction produced by a model and it inherits from the base object class, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors: one default and one that takes another `EvaluatedAnnotationExplanation` instance as a parameter."],["The class has two properties: `Explanation`, which provides attribution response details, and `ExplanationType`, a string indicating the type of explanation, such as \"image-integrated-gradients\" or \"image-xrai\" for AutoML Image Classification models."]]],[]]