Uses of Class
software.amazon.awssdk.services.personalize.paginators.ListBatchInferenceJobsIterable
-
Packages that use ListBatchInferenceJobsIterable 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 ListBatchInferenceJobsIterable in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListBatchInferenceJobsIterable Modifier and Type Method Description default ListBatchInferenceJobsIterablePersonalizeClient. listBatchInferenceJobsPaginator(Consumer<ListBatchInferenceJobsRequest.Builder> listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version.default ListBatchInferenceJobsIterablePersonalizeClient. listBatchInferenceJobsPaginator(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version.
-