class Aws::SageMaker::Types::IntegerParameterRangeSpecification

Defines the possible values for an integer hyperparameter.

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

data as a hash:

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

@!attribute [rw] min_value

The minimum integer value allowed.
@return [String]

@!attribute [rw] max_value

The maximum integer value allowed.
@return [String]

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

Constants

SENSITIVE