Class: Aws::SageMaker::Types::EnvironmentParameterRanges
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EnvironmentParameterRanges
- Defined in:
- gems/aws-sdk-sagemaker/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.
20055 20056 20057 20058 20059 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20055 class EnvironmentParameterRanges < Struct.new( :categorical_parameter_ranges) SENSITIVE = [] include Aws::Structure end |