Uses of Class
software.amazon.awssdk.services.personalize.model.StopSolutionVersionCreationRequest
-
Packages that use StopSolutionVersionCreationRequest 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.transform -
-
Uses of StopSolutionVersionCreationRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type StopSolutionVersionCreationRequest Modifier and Type Method Description default CompletableFuture<StopSolutionVersionCreationResponse>PersonalizeAsyncClient. stopSolutionVersionCreation(StopSolutionVersionCreationRequest stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.default StopSolutionVersionCreationResponsePersonalizeClient. stopSolutionVersionCreation(StopSolutionVersionCreationRequest stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS. -
Uses of StopSolutionVersionCreationRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type StopSolutionVersionCreationRequest Modifier and Type Method Description SdkHttpFullRequestStopSolutionVersionCreationRequestMarshaller. marshall(StopSolutionVersionCreationRequest stopSolutionVersionCreationRequest)
-