Interface ExplainResponse.ConcurrentExplanationOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface ExplainResponse.ConcurrentExplanationOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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> |
|