Uses of Class
software.amazon.awssdk.services.machinelearning.model.GetBatchPredictionResponse
-
Packages that use GetBatchPredictionResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of GetBatchPredictionResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return GetBatchPredictionResponse Modifier and Type Method Description default GetBatchPredictionResponseMachineLearningClient. getBatchPrediction(Consumer<GetBatchPredictionRequest.Builder> getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.default GetBatchPredictionResponseMachineLearningClient. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type GetBatchPredictionResponse Modifier and Type Method Description default CompletableFuture<GetBatchPredictionResponse>MachineLearningAsyncClient. getBatchPrediction(Consumer<GetBatchPredictionRequest.Builder> getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.default CompletableFuture<GetBatchPredictionResponse>MachineLearningAsyncClient. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.
-