Uses of Class
software.amazon.awssdk.services.personalize.model.SolutionConfig
-
Packages that use SolutionConfig Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of SolutionConfig in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return SolutionConfig Modifier and Type Method Description SolutionConfigCreateSolutionRequest. solutionConfig()The configuration properties for the solution.SolutionConfigSolution. solutionConfig()Describes the configuration properties for the solution.SolutionConfigSolutionVersion. solutionConfig()Describes the configuration properties for the solution.Methods in software.amazon.awssdk.services.personalize.model with parameters of type SolutionConfig Modifier and Type Method Description CreateSolutionRequest.BuilderCreateSolutionRequest.Builder. solutionConfig(SolutionConfig solutionConfig)The configuration properties for the solution.Solution.BuilderSolution.Builder. solutionConfig(SolutionConfig solutionConfig)Describes the configuration properties for the solution.SolutionVersion.BuilderSolutionVersion.Builder. solutionConfig(SolutionConfig solutionConfig)Describes the configuration properties for the solution.
-