| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListBatchInferenceJobsResponse |
PersonalizeClient.listBatchInferenceJobs(Consumer<ListBatchInferenceJobsRequest.Builder> listBatchInferenceJobsRequest)
Gets a list of the batch inference jobs that have been performed off of a solution version.
|
default ListBatchInferenceJobsResponse |
PersonalizeClient.listBatchInferenceJobs(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)
Gets a list of the batch inference jobs that have been performed off of a solution version.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBatchInferenceJobsResponse> |
ListBatchInferenceJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchInferenceJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBatchInferenceJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.