Uses of Class
software.amazon.awssdk.services.personalize.paginators.ListBatchSegmentJobsPublisher
-
Packages that use ListBatchSegmentJobsPublisher 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 ListBatchSegmentJobsPublisher in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListBatchSegmentJobsPublisher Modifier and Type Method Description default ListBatchSegmentJobsPublisherPersonalizeAsyncClient. listBatchSegmentJobsPaginator(Consumer<ListBatchSegmentJobsRequest.Builder> listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.default ListBatchSegmentJobsPublisherPersonalizeAsyncClient. listBatchSegmentJobsPaginator(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
-