public interface ExplainResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConcurrentExplanations(String key)
This field stores the results of the explanations run in parallel with
The default explanation strategy/method.
|
Map<String,ExplainResponse.ConcurrentExplanation> |
getConcurrentExplanations()
Deprecated.
|
int |
getConcurrentExplanationsCount()
This field stores the results of the explanations run in parallel with
The default explanation strategy/method.
|
Map<String,ExplainResponse.ConcurrentExplanation> |
getConcurrentExplanationsMap()
This field stores the results of the explanations run in parallel with
The default explanation strategy/method.
|
ExplainResponse.ConcurrentExplanation |
getConcurrentExplanationsOrDefault(String key,
ExplainResponse.ConcurrentExplanation defaultValue)
This field stores the results of the explanations run in parallel with
The default explanation strategy/method.
|
ExplainResponse.ConcurrentExplanation |
getConcurrentExplanationsOrThrow(String key)
This field stores the results of the explanations run in parallel with
The default explanation strategy/method.
|
String |
getDeployedModelId()
ID of the Endpoint's DeployedModel that served this explanation.
|
com.google.protobuf.ByteString |
getDeployedModelIdBytes()
ID of the Endpoint's DeployedModel that served this explanation.
|
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].
|
com.google.protobuf.Value |
getPredictions(int index)
The predictions that are the output of the predictions call.
|
int |
getPredictionsCount()
The predictions that are the output of the predictions call.
|
List<com.google.protobuf.Value> |
getPredictionsList()
The predictions that are the output of the predictions call.
|
com.google.protobuf.ValueOrBuilder |
getPredictionsOrBuilder(int index)
The predictions that are the output of the predictions call.
|
List<? extends com.google.protobuf.ValueOrBuilder> |
getPredictionsOrBuilderList()
The predictions that are the output of the predictions call.
|
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;int getConcurrentExplanationsCount()
This field stores the results of the explanations run in parallel with The default explanation strategy/method.
map<string, .google.cloud.aiplatform.v1beta1.ExplainResponse.ConcurrentExplanation> concurrent_explanations = 4;
boolean containsConcurrentExplanations(String key)
This field stores the results of the explanations run in parallel with The default explanation strategy/method.
map<string, .google.cloud.aiplatform.v1beta1.ExplainResponse.ConcurrentExplanation> concurrent_explanations = 4;
@Deprecated Map<String,ExplainResponse.ConcurrentExplanation> getConcurrentExplanations()
getConcurrentExplanationsMap() instead.Map<String,ExplainResponse.ConcurrentExplanation> getConcurrentExplanationsMap()
This field stores the results of the explanations run in parallel with The default explanation strategy/method.
map<string, .google.cloud.aiplatform.v1beta1.ExplainResponse.ConcurrentExplanation> concurrent_explanations = 4;
ExplainResponse.ConcurrentExplanation getConcurrentExplanationsOrDefault(String key, ExplainResponse.ConcurrentExplanation defaultValue)
This field stores the results of the explanations run in parallel with The default explanation strategy/method.
map<string, .google.cloud.aiplatform.v1beta1.ExplainResponse.ConcurrentExplanation> concurrent_explanations = 4;
ExplainResponse.ConcurrentExplanation getConcurrentExplanationsOrThrow(String key)
This field stores the results of the explanations run in parallel with The default explanation strategy/method.
map<string, .google.cloud.aiplatform.v1beta1.ExplainResponse.ConcurrentExplanation> concurrent_explanations = 4;
String getDeployedModelId()
ID of the Endpoint's DeployedModel that served this explanation.
string deployed_model_id = 2;com.google.protobuf.ByteString getDeployedModelIdBytes()
ID of the Endpoint's DeployedModel that served this explanation.
string deployed_model_id = 2;List<com.google.protobuf.Value> getPredictionsList()
The predictions that are the output of the predictions call. Same as [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
repeated .google.protobuf.Value predictions = 3;com.google.protobuf.Value getPredictions(int index)
The predictions that are the output of the predictions call. Same as [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
repeated .google.protobuf.Value predictions = 3;int getPredictionsCount()
The predictions that are the output of the predictions call. Same as [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
repeated .google.protobuf.Value predictions = 3;List<? extends com.google.protobuf.ValueOrBuilder> getPredictionsOrBuilderList()
The predictions that are the output of the predictions call. Same as [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
repeated .google.protobuf.Value predictions = 3;com.google.protobuf.ValueOrBuilder getPredictionsOrBuilder(int index)
The predictions that are the output of the predictions call. Same as [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
repeated .google.protobuf.Value predictions = 3;Copyright © 2025 Google LLC. All rights reserved.