Uses of Class
software.amazon.awssdk.services.machinelearning.model.BatchPrediction
-
Packages that use BatchPrediction Package Description software.amazon.awssdk.services.machinelearning.model software.amazon.awssdk.services.machinelearning.paginators -
-
Uses of BatchPrediction in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type BatchPrediction Modifier and Type Method Description List<BatchPrediction>DescribeBatchPredictionsResponse. results()A list ofBatchPredictionobjects that meet the search criteria.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type BatchPrediction Modifier and Type Method Description DescribeBatchPredictionsResponse.BuilderDescribeBatchPredictionsResponse.Builder. results(BatchPrediction... results)A list ofBatchPredictionobjects that meet the search criteria.Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type BatchPrediction Modifier and Type Method Description DescribeBatchPredictionsResponse.BuilderDescribeBatchPredictionsResponse.Builder. results(Collection<BatchPrediction> results)A list ofBatchPredictionobjects that meet the search criteria. -
Uses of BatchPrediction in software.amazon.awssdk.services.machinelearning.paginators
Methods in software.amazon.awssdk.services.machinelearning.paginators that return types with arguments of type BatchPrediction Modifier and Type Method Description SdkIterable<BatchPrediction>DescribeBatchPredictionsIterable. results()Returns an iterable to iterate through the paginatedDescribeBatchPredictionsResponse.results()member.SdkPublisher<BatchPrediction>DescribeBatchPredictionsPublisher. results()Returns a publisher that can be used to get a stream of data.
-