Cloud AI Platform v1beta1 API - Class ExplainResponse.Types.ConcurrentExplanation (1.0.0-beta02)

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.

Inheritance

object > ExplainResponse.Types.ConcurrentExplanation

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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