class Aws::SageMaker::Types::TrialComponentParameterValue

The value of a hyperparameter. Only one of `NumberValue` or `StringValue` can be specified.

This object is specified in the CreateTrialComponent request.

@note When making an API call, you may pass TrialComponentParameterValue

data as a hash:

    {
      string_value: "StringParameterValue",
      number_value: 1.0,
    }

@!attribute [rw] string_value

The string value of a categorical hyperparameter. If you specify a
value for this parameter, you can't specify the `NumberValue`
parameter.
@return [String]

@!attribute [rw] number_value

The numeric value of a numeric hyperparameter. If you specify a
value for this parameter, you can't specify the `StringValue`
parameter.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrialComponentParameterValue AWS API Documentation

Constants

SENSITIVE