Interface ExplainResponse.ConcurrentExplanationOrBuilder (0.1.0)

publicstaticinterface ExplainResponse.ConcurrentExplanationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getExplanations(int index)

publicabstractExplanationgetExplanations(intindex)

The explanations of the Model's PredictResponse.predictions.

It has the same number of elements as instances to be explained.

repeated .google.cloud.vertexai.v1beta1.Explanation explanations = 1;

Parameter
Name Description
index int
Returns
Type Description
Explanation

getExplanationsCount()

publicabstractintgetExplanationsCount()

The explanations of the Model's PredictResponse.predictions.

It has the same number of elements as instances to be explained.

repeated .google.cloud.vertexai.v1beta1.Explanation explanations = 1;

Returns
Type Description
int

getExplanationsList()

publicabstractList<Explanation>getExplanationsList()

The explanations of the Model's PredictResponse.predictions.

It has the same number of elements as instances to be explained.

repeated .google.cloud.vertexai.v1beta1.Explanation explanations = 1;

Returns
Type Description
List<Explanation>

getExplanationsOrBuilder(int index)

publicabstractExplanationOrBuildergetExplanationsOrBuilder(intindex)

The explanations of the Model's PredictResponse.predictions.

It has the same number of elements as instances to be explained.

repeated .google.cloud.vertexai.v1beta1.Explanation explanations = 1;

Parameter
Name Description
index int
Returns
Type Description
ExplanationOrBuilder

getExplanationsOrBuilderList()

publicabstractList<?extendsExplanationOrBuilder>getExplanationsOrBuilderList()

The explanations of the Model's PredictResponse.predictions.

It has the same number of elements as instances to be explained.

repeated .google.cloud.vertexai.v1beta1.Explanation explanations = 1;

Returns
Type Description
List<? extends com.google.cloud.vertexai.api.ExplanationOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.