Class: Aws::SageMaker::Types::ContinuousParameterRangeSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Defines the possible values for a continuous hyperparameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_valueString

The maximum floating-point value allowed.

Returns:

  • (String)


4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4834

class ContinuousParameterRangeSpecification < Struct.new(
  :min_value,
  :max_value)
  SENSITIVE = []
  include Aws::Structure
end

#min_valueString

The minimum floating-point value allowed.

Returns:

  • (String)


4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4834

class ContinuousParameterRangeSpecification < Struct.new(
  :min_value,
  :max_value)
  SENSITIVE = []
  include Aws::Structure
end