Interface ExplainResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExplainResponse,ExplainResponse.Builder
@Generated
public interface ExplainResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThis field stores the results of the explanations run in parallel with The default explanation strategy/method.Deprecated.intThis field stores the results of the explanations run in parallel with The default explanation strategy/method.This field stores the results of the explanations run in parallel with The default explanation strategy/method.getConcurrentExplanationsOrDefault(String key, ExplainResponse.ConcurrentExplanation defaultValue) This field stores the results of the explanations run in parallel with The default explanation strategy/method.This field stores the results of the explanations run in parallel with The default explanation strategy/method.ID of the Endpoint's DeployedModel that served this explanation.com.google.protobuf.ByteStringID of the Endpoint's DeployedModel that served this explanation.getExplanations(int index) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].intThe explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].getExplanationsOrBuilder(int index) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].List<? extends ExplanationOrBuilder>The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].com.google.protobuf.ValuegetPredictions(int index) The predictions that are the output of the predictions call.intThe predictions that are the output of the predictions call.List<com.google.protobuf.Value>The predictions that are the output of the predictions call.com.google.protobuf.ValueOrBuildergetPredictionsOrBuilder(int index) The predictions that are the output of the predictions call.List<? extends com.google.protobuf.ValueOrBuilder>The predictions that are the output of the predictions call.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExplanationsList
List<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; -
getExplanations
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; -
getExplanationsCount
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; -
getExplanationsOrBuilderList
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; -
getExplanationsOrBuilder
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; -
getConcurrentExplanationsCount
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; -
containsConcurrentExplanations
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; -
getConcurrentExplanations
Deprecated.UsegetConcurrentExplanationsMap()instead. -
getConcurrentExplanationsMap
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; -
getConcurrentExplanationsOrDefault
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; -
getConcurrentExplanationsOrThrow
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; -
getDeployedModelId
String getDeployedModelId()ID of the Endpoint's DeployedModel that served this explanation.
string deployed_model_id = 2;- Returns:
- The deployedModelId.
-
getDeployedModelIdBytes
com.google.protobuf.ByteString getDeployedModelIdBytes()ID of the Endpoint's DeployedModel that served this explanation.
string deployed_model_id = 2;- Returns:
- The bytes for deployedModelId.
-
getPredictionsList
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; -
getPredictions
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; -
getPredictionsCount
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; -
getPredictionsOrBuilderList
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; -
getPredictionsOrBuilder
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;
-