public sealed class ExplainResponse : IMessage<ExplainResponse>, IEquatable<ExplainResponse>, IDeepCloneable<ExplainResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExplainResponse.
Response message for [PredictionService.Explain][google.cloud.aiplatform.v1beta1.PredictionService.Explain].
Implements
IMessageExplainResponse, IEquatableExplainResponse, IDeepCloneableExplainResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExplainResponse()
public ExplainResponse()
ExplainResponse(ExplainResponse)
public ExplainResponse(ExplainResponse other)
Parameter | |
---|---|
Name | Description |
other |
ExplainResponse |
Properties
ConcurrentExplanations
public MapField<string, ExplainResponse.Types.ConcurrentExplanation> ConcurrentExplanations { get; }
This field stores the results of the explanations run in parallel with The default explanation strategy/method.
Property Value | |
---|---|
Type | Description |
MapFieldstringExplainResponseTypesConcurrentExplanation |
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.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 |
Predictions
public RepeatedField<Value> Predictions { get; }
The predictions that are the output of the predictions call. Same as [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
Property Value | |
---|---|
Type | Description |
RepeatedFieldValue |