Uses of Class
software.amazon.awssdk.services.machinelearning.model.DescribeBatchPredictionsRequest
-
Packages that use DescribeBatchPredictionsRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.paginators software.amazon.awssdk.services.machinelearning.transform software.amazon.awssdk.services.machinelearning.waiters -
-
Uses of DescribeBatchPredictionsRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type DescribeBatchPredictionsRequest Modifier and Type Method Description default CompletableFuture<DescribeBatchPredictionsResponse>MachineLearningAsyncClient. describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)Returns a list ofBatchPredictionoperations that match the search criteria in the request.default DescribeBatchPredictionsResponseMachineLearningClient. describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)Returns a list ofBatchPredictionoperations that match the search criteria in the request.default DescribeBatchPredictionsPublisherMachineLearningAsyncClient. describeBatchPredictionsPaginator(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)default DescribeBatchPredictionsIterableMachineLearningClient. describeBatchPredictionsPaginator(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) -
Uses of DescribeBatchPredictionsRequest in software.amazon.awssdk.services.machinelearning.paginators
Constructors in software.amazon.awssdk.services.machinelearning.paginators with parameters of type DescribeBatchPredictionsRequest Constructor Description DescribeBatchPredictionsIterable(MachineLearningClient client, DescribeBatchPredictionsRequest firstRequest)DescribeBatchPredictionsPublisher(MachineLearningAsyncClient client, DescribeBatchPredictionsRequest firstRequest) -
Uses of DescribeBatchPredictionsRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type DescribeBatchPredictionsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeBatchPredictionsRequestMarshaller. marshall(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) -
Uses of DescribeBatchPredictionsRequest in software.amazon.awssdk.services.machinelearning.waiters
-