Uses of Interface
software.amazon.awssdk.services.personalize.model.UpdateSolutionRequest.Builder
-
Packages that use UpdateSolutionRequest.Builder 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.model -
-
Uses of UpdateSolutionRequest.Builder in software.amazon.awssdk.services.personalize
Method parameters in software.amazon.awssdk.services.personalize with type arguments of type UpdateSolutionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSolutionResponse>PersonalizeAsyncClient. updateSolution(Consumer<UpdateSolutionRequest.Builder> updateSolutionRequest)Updates an Amazon Personalize solution to use a different automatic training configuration.default UpdateSolutionResponsePersonalizeClient. updateSolution(Consumer<UpdateSolutionRequest.Builder> updateSolutionRequest)Updates an Amazon Personalize solution to use a different automatic training configuration. -
Uses of UpdateSolutionRequest.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return UpdateSolutionRequest.Builder Modifier and Type Method Description static UpdateSolutionRequest.BuilderUpdateSolutionRequest. builder()UpdateSolutionRequest.BuilderUpdateSolutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSolutionRequest.BuilderUpdateSolutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSolutionRequest.BuilderUpdateSolutionRequest.Builder. performAutoTraining(Boolean performAutoTraining)Whether the solution uses automatic training to create new solution versions (trained models).UpdateSolutionRequest.BuilderUpdateSolutionRequest.Builder. solutionArn(String solutionArn)The Amazon Resource Name (ARN) of the solution to update.default UpdateSolutionRequest.BuilderUpdateSolutionRequest.Builder. solutionUpdateConfig(Consumer<SolutionUpdateConfig.Builder> solutionUpdateConfig)The new configuration details of the solution.UpdateSolutionRequest.BuilderUpdateSolutionRequest.Builder. solutionUpdateConfig(SolutionUpdateConfig solutionUpdateConfig)The new configuration details of the solution.UpdateSolutionRequest.BuilderUpdateSolutionRequest. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type UpdateSolutionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSolutionRequest.Builder>UpdateSolutionRequest. serializableBuilderClass()
-