Cloud AI Platform v1 API - Class ExplainResponse (2.27.0)

public sealed class ExplainResponse : IMessage<ExplainResponse>, IEquatable<ExplainResponse>, IDeepCloneable<ExplainResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ExplainResponse.

Response message for [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].

Inheritance

object > ExplainResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExplainResponse()

public ExplainResponse()

ExplainResponse(ExplainResponse)

public ExplainResponse(ExplainResponse other)
Parameter
NameDescription
otherExplainResponse

Properties

DeployedModelId

public string DeployedModelId { get; set; }

ID of the Endpoint's DeployedModel that served this explanation.

Property Value
TypeDescription
string

Explanations

public RepeatedField<Explanation> Explanations { get; }

The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].

It has the same number of elements as [instances][google.cloud.aiplatform.v1.ExplainRequest.instances] to be explained.

Property Value
TypeDescription
RepeatedFieldExplanation

Predictions

public RepeatedField<Value> Predictions { get; }

The predictions that are the output of the predictions call. Same as [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].

Property Value
TypeDescription
RepeatedFieldValue