public static interface ExplainResponse.ConcurrentExplanationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Explanation |
getExplanations(int index)
The explanations of the Model's
[PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
|
int |
getExplanationsCount()
The explanations of the Model's
[PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
|
List<Explanation> |
getExplanationsList()
The explanations of the Model's
[PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
|
ExplanationOrBuilder |
getExplanationsOrBuilder(int index)
The explanations of the Model's
[PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
|
List<? extends ExplanationOrBuilder> |
getExplanationsOrBuilderList()
The explanations of the Model's
[PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Explanation> getExplanationsList()
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.
repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;Explanation getExplanations(int index)
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.
repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;int getExplanationsCount()
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.
repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;List<? extends ExplanationOrBuilder> getExplanationsOrBuilderList()
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.
repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;ExplanationOrBuilder getExplanationsOrBuilder(int index)
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.
repeated .google.cloud.aiplatform.v1beta1.Explanation explanations = 1;Copyright © 2024 Google LLC. All rights reserved.