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-25 UTC."],[[["This document provides reference information for the `ExplainResponse.Types.ConcurrentExplanation` class within the Google Cloud AI Platform v1beta1 API, specifically for versions 1.0.0-beta21 and 1.0.0-beta20."],["`ConcurrentExplanation` is a wrapper class that groups concurrent explanations, and it inherits from `object` while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor (`ConcurrentExplanation()`) and a copy constructor (`ConcurrentExplanation(ConcurrentExplanation)`) that takes another `ConcurrentExplanation` instance as a parameter."],["It has a `Explanations` property, which is a `RepeatedField` of type `Explanation`, representing the explanations of the Model's predictions, matching the number of instances to be explained."],["This class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]