Uses of Interface
software.amazon.awssdk.services.personalize.model.CreateSolutionVersionRequest.Builder
-
Packages that use CreateSolutionVersionRequest.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 CreateSolutionVersionRequest.Builder in software.amazon.awssdk.services.personalize
Method parameters in software.amazon.awssdk.services.personalize with type arguments of type CreateSolutionVersionRequest.Builder 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 CreateSolutionVersionResponsePersonalizeClient. createSolutionVersion(Consumer<CreateSolutionVersionRequest.Builder> createSolutionVersionRequest)Trains or retrains an active solution in a Custom dataset group. -
Uses of CreateSolutionVersionRequest.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return CreateSolutionVersionRequest.Builder Modifier and Type Method Description static CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest. builder()CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. name(String name)The name of the solution version.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. solutionArn(String solutionArn)The Amazon Resource Name (ARN) of the solution containing the training configuration information.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the solution version.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags to apply to the solution version.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. tags(Tag... tags)A list of tags to apply to the solution version.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest. toBuilder()CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. trainingMode(String trainingMode)The scope of training to be performed when creating the solution version.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. trainingMode(TrainingMode trainingMode)The scope of training to be performed when creating the solution version.Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type CreateSolutionVersionRequest.Builder Modifier and Type Method Description static Class<? extends CreateSolutionVersionRequest.Builder>CreateSolutionVersionRequest. serializableBuilderClass()
-