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 Details

    • 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.