Uses of Class
software.amazon.awssdk.services.personalize.model.CreateSolutionVersionRequest
-
Packages that use CreateSolutionVersionRequest 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 CreateSolutionVersionRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type CreateSolutionVersionRequest Modifier and Type Method Description default CompletableFuture<CreateSolutionVersionResponse>PersonalizeAsyncClient. createSolutionVersion(CreateSolutionVersionRequest 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. -
Uses of CreateSolutionVersionRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type CreateSolutionVersionRequest Modifier and Type Method Description SdkHttpFullRequestCreateSolutionVersionRequestMarshaller. marshall(CreateSolutionVersionRequest createSolutionVersionRequest)
-