Interface TrialComponentParameterValue.Builder

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

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

    • stringValue

      TrialComponentParameterValue.Builder stringValue(String stringValue)

      The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the NumberValue parameter.

      Parameters:
      stringValue - The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the NumberValue parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberValue

      TrialComponentParameterValue.Builder numberValue(Double numberValue)

      The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the StringValue parameter.

      Parameters:
      numberValue - The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the StringValue parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.