Interface TrialComponentParameterValue.Builder

    • Method Detail

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