Uses of Class
software.amazon.awssdk.services.personalize.paginators.ListBatchInferenceJobsPublisher
-
Packages that use ListBatchInferenceJobsPublisher Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of ListBatchInferenceJobsPublisher in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListBatchInferenceJobsPublisher Modifier and Type Method Description default ListBatchInferenceJobsPublisherPersonalizeAsyncClient. listBatchInferenceJobsPaginator(Consumer<ListBatchInferenceJobsRequest.Builder> listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version.default ListBatchInferenceJobsPublisherPersonalizeAsyncClient. listBatchInferenceJobsPaginator(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version.
-