Interface TunedHPOParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TunedHPOParams.Builder,TunedHPOParams>,SdkBuilder<TunedHPOParams.Builder,TunedHPOParams>,SdkPojo
- Enclosing class:
- TunedHPOParams
public static interface TunedHPOParams.Builder extends SdkPojo, CopyableBuilder<TunedHPOParams.Builder,TunedHPOParams>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TunedHPOParams.BuilderalgorithmHyperParameters(Map<String,String> algorithmHyperParameters)A list of the hyperparameter values of the best performing model.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
algorithmHyperParameters
TunedHPOParams.Builder algorithmHyperParameters(Map<String,String> algorithmHyperParameters)
A list of the hyperparameter values of the best performing model.
- Parameters:
algorithmHyperParameters- A list of the hyperparameter values of the best performing model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-