Uses of Interface
com.google.cloud.aiplatform.v1beta1.ExplanationOrBuilder
-
Packages that use ExplanationOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ExplanationOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement ExplanationOrBuilder Modifier and Type Class Description class
Explanation
Explanation of a prediction (provided in [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions]) produced by the Model on a given [instance][google.cloud.aiplatform.v1beta1.ExplainRequest.instances].static class
Explanation.Builder
Explanation of a prediction (provided in [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions]) produced by the Model on a given [instance][google.cloud.aiplatform.v1beta1.ExplainRequest.instances].Methods in com.google.cloud.aiplatform.v1beta1 that return ExplanationOrBuilder Modifier and Type Method Description ExplanationOrBuilder
EvaluatedAnnotationExplanation.Builder. getExplanationOrBuilder()
Explanation attribution response details.ExplanationOrBuilder
EvaluatedAnnotationExplanation. getExplanationOrBuilder()
Explanation attribution response details.ExplanationOrBuilder
EvaluatedAnnotationExplanationOrBuilder. getExplanationOrBuilder()
Explanation attribution response details.ExplanationOrBuilder
ExplainResponse.Builder. getExplanationsOrBuilder(int index)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].ExplanationOrBuilder
ExplainResponse. getExplanationsOrBuilder(int index)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].ExplanationOrBuilder
ExplainResponseOrBuilder. getExplanationsOrBuilder(int index)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExplanationOrBuilder Modifier and Type Method Description List<? extends ExplanationOrBuilder>
ExplainResponse.Builder. getExplanationsOrBuilderList()
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].List<? extends ExplanationOrBuilder>
ExplainResponse. getExplanationsOrBuilderList()
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].List<? extends ExplanationOrBuilder>
ExplainResponseOrBuilder. getExplanationsOrBuilderList()
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
-