Uses of Class
software.amazon.awssdk.services.personalize.model.UpdateSolutionRequest
-
Packages that use UpdateSolutionRequest 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 UpdateSolutionRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type UpdateSolutionRequest Modifier and Type Method Description default CompletableFuture<UpdateSolutionResponse>PersonalizeAsyncClient. updateSolution(UpdateSolutionRequest updateSolutionRequest)Updates an Amazon Personalize solution to use a different automatic training configuration.default UpdateSolutionResponsePersonalizeClient. updateSolution(UpdateSolutionRequest updateSolutionRequest)Updates an Amazon Personalize solution to use a different automatic training configuration. -
Uses of UpdateSolutionRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type UpdateSolutionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSolutionRequestMarshaller. marshall(UpdateSolutionRequest updateSolutionRequest)
-