Uses of Class
software.amazon.awssdk.services.personalize.paginators.ListDatasetsIterable
-
Packages that use ListDatasetsIterable 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 ListDatasetsIterable in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListDatasetsIterable Modifier and Type Method Description default ListDatasetsIterablePersonalizeClient. listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)Returns the list of datasets contained in the given dataset group.default ListDatasetsIterablePersonalizeClient. listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)Returns the list of datasets contained in the given dataset group.
-