Uses of Class
software.amazon.awssdk.services.personalize.paginators.ListDatasetImportJobsPublisher
-
Packages that use ListDatasetImportJobsPublisher 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 ListDatasetImportJobsPublisher in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDatasetImportJobsPublisher Modifier and Type Method Description default ListDatasetImportJobsPublisherPersonalizeAsyncClient. listDatasetImportJobsPaginator(Consumer<ListDatasetImportJobsRequest.Builder> listDatasetImportJobsRequest)Returns a list of dataset import jobs that use the given dataset.default ListDatasetImportJobsPublisherPersonalizeAsyncClient. listDatasetImportJobsPaginator(ListDatasetImportJobsRequest listDatasetImportJobsRequest)Returns a list of dataset import jobs that use the given dataset.
-