Uses of Class
com.google.cloud.aiplatform.v1.ExplainResponse.Builder
Packages that use ExplainResponse.Builder
-
Uses of ExplainResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExplainResponse.BuilderModifier and TypeMethodDescriptionExplainResponse.Builder.addAllExplanations(Iterable<? extends Explanation> values) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.addAllPredictions(Iterable<? extends com.google.protobuf.Value> values) The predictions that are the output of the predictions call.ExplainResponse.Builder.addExplanations(int index, Explanation value) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.addExplanations(int index, Explanation.Builder builderForValue) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.addExplanations(Explanation value) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.addExplanations(Explanation.Builder builderForValue) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.addPredictions(int index, com.google.protobuf.Value value) The predictions that are the output of the predictions call.ExplainResponse.Builder.addPredictions(int index, com.google.protobuf.Value.Builder builderForValue) The predictions that are the output of the predictions call.ExplainResponse.Builder.addPredictions(com.google.protobuf.Value value) The predictions that are the output of the predictions call.ExplainResponse.Builder.addPredictions(com.google.protobuf.Value.Builder builderForValue) The predictions that are the output of the predictions call.ExplainResponse.Builder.clear()ExplainResponse.Builder.clearDeployedModelId()ID of the Endpoint's DeployedModel that served this explanation.ExplainResponse.Builder.clearExplanations()The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.clearPredictions()The predictions that are the output of the predictions call.ExplainResponse.Builder.mergeFrom(ExplainResponse other) ExplainResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExplainResponse.Builder.mergeFrom(com.google.protobuf.Message other) static ExplainResponse.BuilderExplainResponse.newBuilder()static ExplainResponse.BuilderExplainResponse.newBuilder(ExplainResponse prototype) ExplainResponse.newBuilderForType()protected ExplainResponse.BuilderExplainResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExplainResponse.Builder.removeExplanations(int index) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.removePredictions(int index) The predictions that are the output of the predictions call.ExplainResponse.Builder.setDeployedModelId(String value) ID of the Endpoint's DeployedModel that served this explanation.ExplainResponse.Builder.setDeployedModelIdBytes(com.google.protobuf.ByteString value) ID of the Endpoint's DeployedModel that served this explanation.ExplainResponse.Builder.setExplanations(int index, Explanation value) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.setExplanations(int index, Explanation.Builder builderForValue) The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1.PredictResponse.predictions].ExplainResponse.Builder.setPredictions(int index, com.google.protobuf.Value value) The predictions that are the output of the predictions call.ExplainResponse.Builder.setPredictions(int index, com.google.protobuf.Value.Builder builderForValue) The predictions that are the output of the predictions call.ExplainResponse.toBuilder()