| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListBatchInferenceJobsResponse |
PersonalizeClient.listBatchInferenceJobs(ListBatchInferenceJobsRequest 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.
|
default ListBatchInferenceJobsIterable |
PersonalizeClient.listBatchInferenceJobsPaginator(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)
Gets a list of the batch inference jobs that have been performed off of a solution version.
|
default ListBatchInferenceJobsPublisher |
PersonalizeAsyncClient.listBatchInferenceJobsPaginator(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest)
Gets a list of the batch inference jobs that have been performed off of a solution version.
|
| Constructor and Description |
|---|
ListBatchInferenceJobsIterable(PersonalizeClient client,
ListBatchInferenceJobsRequest firstRequest) |
ListBatchInferenceJobsPublisher(PersonalizeAsyncClient client,
ListBatchInferenceJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListBatchInferenceJobsRequestMarshaller.marshall(ListBatchInferenceJobsRequest listBatchInferenceJobsRequest) |
Copyright © 2022. All rights reserved.