JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class TrialComponentParameterValue

    • Constructor Detail

      • TrialComponentParameterValue

        public TrialComponentParameterValue()
    • Method Detail

      • setStringValue

        public void setStringValue(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.
      • getStringValue

        public String getStringValue()

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

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

        public TrialComponentParameterValue withStringValue(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.
      • setNumberValue

        public void setNumberValue(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.
      • getNumberValue

        public Double getNumberValue()

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

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

        public TrialComponentParameterValue withNumberValue(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /