| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| Modifier and Type | Method and Description |
|---|---|
default StopSolutionVersionCreationResponse |
PersonalizeClient.stopSolutionVersionCreation(Consumer<StopSolutionVersionCreationRequest.Builder> stopSolutionVersionCreationRequest)
Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
|
default StopSolutionVersionCreationResponse |
PersonalizeClient.stopSolutionVersionCreation(StopSolutionVersionCreationRequest stopSolutionVersionCreationRequest)
Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopSolutionVersionCreationResponse> |
PersonalizeAsyncClient.stopSolutionVersionCreation(Consumer<StopSolutionVersionCreationRequest.Builder> stopSolutionVersionCreationRequest)
Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
|
default CompletableFuture<StopSolutionVersionCreationResponse> |
PersonalizeAsyncClient.stopSolutionVersionCreation(StopSolutionVersionCreationRequest stopSolutionVersionCreationRequest)
Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
|
Copyright © 2023. All rights reserved.