Uses of Class
software.amazon.awssdk.services.personalize.model.ListBatchInferenceJobsResponse
-
Packages that use ListBatchInferenceJobsResponse 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 -
-
Uses of ListBatchInferenceJobsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListBatchInferenceJobsResponse Modifier and Type Method Description default ListBatchInferenceJobsResponsePersonalizeClient. listBatchInferenceJobs(Consumer<ListBatchInferenceJobsRequest.Builder> 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.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListBatchInferenceJobsResponse Modifier and Type Method Description default CompletableFuture<ListBatchInferenceJobsResponse>PersonalizeAsyncClient. listBatchInferenceJobs(Consumer<ListBatchInferenceJobsRequest.Builder> listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version.default CompletableFuture<ListBatchInferenceJobsResponse>PersonalizeAsyncClient. listBatchInferenceJobs(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)Gets a list of the batch inference jobs that have been performed off of a solution version. -
Uses of ListBatchInferenceJobsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListBatchInferenceJobsResponse Modifier and Type Method Description Iterator<ListBatchInferenceJobsResponse>ListBatchInferenceJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListBatchInferenceJobsResponse Modifier and Type Method Description voidListBatchInferenceJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBatchInferenceJobsResponse> subscriber)
-