Uses of Class
software.amazon.awssdk.services.personalize.paginators.ListDatasetExportJobsPublisher
-
Packages that use ListDatasetExportJobsPublisher 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 ListDatasetExportJobsPublisher in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDatasetExportJobsPublisher Modifier and Type Method Description default ListDatasetExportJobsPublisherPersonalizeAsyncClient. listDatasetExportJobsPaginator(Consumer<ListDatasetExportJobsRequest.Builder> listDatasetExportJobsRequest)Returns a list of dataset export jobs that use the given dataset.default ListDatasetExportJobsPublisherPersonalizeAsyncClient. listDatasetExportJobsPaginator(ListDatasetExportJobsRequest listDatasetExportJobsRequest)Returns a list of dataset export jobs that use the given dataset.
-