You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ContinuousParameterRangeSpecification

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ContinuousParameterRangeSpecification as input to an Aws::Client method, you can use a vanilla Hash:

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

Defines the possible values for a continuous hyperparameter.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_valueString

The maximum floating-point value allowed.

Returns:

  • (String)

    The maximum floating-point value allowed.

#min_valueString

The minimum floating-point value allowed.

Returns:

  • (String)

    The minimum floating-point value allowed.