Uses of Class
software.amazon.awssdk.services.personalize.model.CreateSolutionVersionResponse
-
Packages that use CreateSolutionVersionResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of CreateSolutionVersionResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return CreateSolutionVersionResponse Modifier and Type Method Description default CreateSolutionVersionResponsePersonalizeClient. createSolutionVersion(Consumer<CreateSolutionVersionRequest.Builder> createSolutionVersionRequest)Trains or retrains an active solution in a Custom dataset group.default CreateSolutionVersionResponsePersonalizeClient. createSolutionVersion(CreateSolutionVersionRequest createSolutionVersionRequest)Trains or retrains an active solution in a Custom dataset group.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type CreateSolutionVersionResponse Modifier and Type Method Description default CompletableFuture<CreateSolutionVersionResponse>PersonalizeAsyncClient. createSolutionVersion(Consumer<CreateSolutionVersionRequest.Builder> createSolutionVersionRequest)Trains or retrains an active solution in a Custom dataset group.default CompletableFuture<CreateSolutionVersionResponse>PersonalizeAsyncClient. createSolutionVersion(CreateSolutionVersionRequest createSolutionVersionRequest)Trains or retrains an active solution in a Custom dataset group.
-