public sealed class ExplainResponse : IMessage<ExplainResponse>, IEquatable<ExplainResponse>, IDeepCloneable<ExplainResponse>, IBufferMessage, IMessageResponse message for [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].
Implements
IMessage<ExplainResponse>, IEquatable<ExplainResponse>, IDeepCloneable<ExplainResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ExplainResponse()
public ExplainResponse()ExplainResponse(ExplainResponse)
public ExplainResponse(ExplainResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExplainResponse |
Properties
DeployedModelId
public string DeployedModelId { get; set; }ID of the Endpoint's DeployedModel that served this explanation.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedField<Explanation> |
|
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 | |
|---|---|
| Type | Description |
RepeatedField<Value> |
|