class Aws::SageMaker::Types::ContinuousParameterRangeSpecification

Defines the possible values for a continuous hyperparameter.

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

data as a hash:

    {
      min_value: "ParameterValue", # required
      max_value: "ParameterValue", # required
    }

@!attribute [rw] min_value

The minimum floating-point value allowed.
@return [String]

@!attribute [rw] max_value

The maximum floating-point value allowed.
@return [String]

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

Constants

SENSITIVE