Class: Aws::SageMaker::Types::EnvironmentParameterRanges
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EnvironmentParameterRanges
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Specifies the range of environment parameters
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#categorical_parameter_ranges ⇒ Array<Types::CategoricalParameter>
Specified a list of parameters for each category.
Instance Attribute Details
#categorical_parameter_ranges ⇒ Array<Types::CategoricalParameter>
Specified a list of parameters for each category.
20171 20172 20173 20174 20175 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20171 class EnvironmentParameterRanges < Struct.new( :categorical_parameter_ranges) SENSITIVE = [] include Aws::Structure end |