| 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 ListBatchSegmentJobsResponse |
PersonalizeClient.listBatchSegmentJobs(Consumer<ListBatchSegmentJobsRequest.Builder> listBatchSegmentJobsRequest)
Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
|
default ListBatchSegmentJobsResponse |
PersonalizeClient.listBatchSegmentJobs(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)
Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBatchSegmentJobsResponse> |
PersonalizeAsyncClient.listBatchSegmentJobs(Consumer<ListBatchSegmentJobsRequest.Builder> listBatchSegmentJobsRequest)
Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
|
default CompletableFuture<ListBatchSegmentJobsResponse> |
PersonalizeAsyncClient.listBatchSegmentJobs(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest)
Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBatchSegmentJobsResponse> |
ListBatchSegmentJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchSegmentJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBatchSegmentJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.