Class: Aws::SageMaker::Types::EnvironmentParameterRanges

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#categorical_parameter_rangesArray<Types::CategoricalParameter>

Specified a list of parameters for each category.

Returns:



18871
18872
18873
18874
18875
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18871

class EnvironmentParameterRanges < Struct.new(
  :categorical_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end