Class: Aws::SageMaker::Types::CategoricalParameterRangeSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CategoricalParameterRangeSpecification
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Defines the possible values for a categorical hyperparameter.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The allowed categories for the hyperparameter.
 
Instance Attribute Details
#values ⇒ Array<String>
The allowed categories for the hyperparameter.
      3613 3614 3615 3616 3617  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3613 class CategoricalParameterRangeSpecification < Struct.new( :values) SENSITIVE = [] include Aws::Structure end  |