public sealed class ExplainResponse.Types.ConcurrentExplanation : IMessage<ExplainResponse.Types.ConcurrentExplanation>, IEquatable<ExplainResponse.Types.ConcurrentExplanation>, IDeepCloneable<ExplainResponse.Types.ConcurrentExplanation>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ExplainResponse.Types.ConcurrentExplanation.
This message is a wrapper grouping Concurrent Explanations.
Implements
IMessageExplainResponseTypesConcurrentExplanation, IEquatableExplainResponseTypesConcurrentExplanation, IDeepCloneableExplainResponseTypesConcurrentExplanation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ConcurrentExplanation()
public ConcurrentExplanation()ConcurrentExplanation(ConcurrentExplanation)
public ConcurrentExplanation(ExplainResponse.Types.ConcurrentExplanation other)| Parameter | |
|---|---|
| Name | Description |
other |
ExplainResponseTypesConcurrentExplanation |
Properties
Explanations
public RepeatedField<Explanation> Explanations { get; }The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
It has the same number of elements as [instances][google.cloud.aiplatform.v1beta1.ExplainRequest.instances] to be explained.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExplanation |
|