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
- Struct
- Aws::SageMaker::Types::ContinuousParameterRangeSpecification
 
- 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
- 
  
    
      #max_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum floating-point value allowed. 
- 
  
    
      #min_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The minimum floating-point value allowed. 
Instance Attribute Details
#max_value ⇒ String
The maximum floating-point value allowed.
#min_value ⇒ String
The minimum floating-point value allowed.