Interface AutoParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoParameter.Builder,AutoParameter>, SdkBuilder<AutoParameter.Builder,AutoParameter>, SdkPojo
Enclosing class:
AutoParameter

public static interface AutoParameter.Builder extends SdkPojo, CopyableBuilder<AutoParameter.Builder,AutoParameter>
  • Method Details

    • name

      The name of the hyperparameter to optimize using Autotune.

      Parameters:
      name - The name of the hyperparameter to optimize using Autotune.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueHint

      AutoParameter.Builder valueHint(String valueHint)

      An example value of the hyperparameter to optimize using Autotune.

      Parameters:
      valueHint - An example value of the hyperparameter to optimize using Autotune.
      Returns:
      Returns a reference to this object so that method calls can be chained together.