public sealed class ExplainResponse.Types.ConcurrentExplanation : IMessage<ExplainResponse.Types.ConcurrentExplanation>, IEquatable<ExplainResponse.Types.ConcurrentExplanation>, IDeepCloneable<ExplainResponse.Types.ConcurrentExplanation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExplainResponse.Types.ConcurrentExplanation.
This message is a wrapper grouping Concurrent Explanations.
[[["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-31 UTC."],[[["This document provides reference information for the `ExplainResponse.Types.ConcurrentExplanation` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta04."],["The `ConcurrentExplanation` class is a wrapper that groups multiple concurrent explanations together, and it inherits from `object`."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `ConcurrentExplanation()` and one that takes another `ConcurrentExplanation` object as a parameter."],["It contains a property called `Explanations` of type `RepeatedField\u003cExplanation\u003e` which represents the explanations of the model's predictions and has the same amount of elements to be explained as the instances."]]],[]]