updateSolution
inline suspend fun PersonalizeClient.updateSolution(crossinline block: UpdateSolutionRequest.Builder.() -> Unit): UpdateSolutionResponse
Updates an Amazon Personalize solution to use a different automatic training configuration. When you update a solution, you can change whether the solution uses automatic training, and you can change the training frequency. For more information about updating a solution, see Updating a solution.
A solution update can be in one of the following states:
CREATE PENDING CREATE IN_PROGRESS ACTIVE -or- CREATE FAILED
To get the status of a solution update, call the DescribeSolution API operation and find the status in the latestSolutionUpdate
.