Uses of Interface
software.amazon.awssdk.services.personalize.model.TunedHPOParams.Builder
-
Packages that use TunedHPOParams.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of TunedHPOParams.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return TunedHPOParams.Builder Modifier and Type Method Description TunedHPOParams.BuilderTunedHPOParams.Builder. algorithmHyperParameters(Map<String,String> algorithmHyperParameters)A list of the hyperparameter values of the best performing model.static TunedHPOParams.BuilderTunedHPOParams. builder()TunedHPOParams.BuilderTunedHPOParams. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type TunedHPOParams.Builder Modifier and Type Method Description static Class<? extends TunedHPOParams.Builder>TunedHPOParams. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type TunedHPOParams.Builder Modifier and Type Method Description default SolutionVersion.BuilderSolutionVersion.Builder. tunedHPOParams(Consumer<TunedHPOParams.Builder> tunedHPOParams)If hyperparameter optimization was performed, contains the hyperparameter values of the best performing model.
-