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 Vertex AI 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-21 UTC."],[[["This documentation covers the `ExplainResponse.Types.ConcurrentExplanation` class within the Vertex AI v1beta1 API, which serves as a wrapper for grouping concurrent explanations."],["The `ConcurrentExplanation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` type, and has the latest version found in `1.0.0-beta21` with a previous version also available."],["The `ConcurrentExplanation` class has two constructors, one default and one that takes another `ConcurrentExplanation` object as a parameter."],["It contains a `RepeatedField` of `Explanation` objects within the `Explanations` property, corresponding to predictions and instances to be explained."]]],[]]