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