Uses of Class
software.amazon.awssdk.services.personalize.model.ListBatchInferenceJobsRequest
-
Packages that use ListBatchInferenceJobsRequest Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.paginators software.amazon.awssdk.services.personalize.transform -
-
Uses of ListBatchInferenceJobsRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type ListBatchInferenceJobsRequest Modifier and Type Method Description default CompletableFuture<ListBatchInferenceJobsResponse>PersonalizeAsyncClient. listBatchInferenceJobs(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version.default ListBatchInferenceJobsResponsePersonalizeClient. listBatchInferenceJobs(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version.default ListBatchInferenceJobsPublisherPersonalizeAsyncClient. listBatchInferenceJobsPaginator(ListBatchInferenceJobsRequest 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. -
Uses of ListBatchInferenceJobsRequest in software.amazon.awssdk.services.personalize.paginators
Constructors in software.amazon.awssdk.services.personalize.paginators with parameters of type ListBatchInferenceJobsRequest Constructor Description ListBatchInferenceJobsIterable(PersonalizeClient client, ListBatchInferenceJobsRequest firstRequest)ListBatchInferenceJobsPublisher(PersonalizeAsyncClient client, ListBatchInferenceJobsRequest firstRequest) -
Uses of ListBatchInferenceJobsRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type ListBatchInferenceJobsRequest Modifier and Type Method Description SdkHttpFullRequestListBatchInferenceJobsRequestMarshaller. marshall(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)
-