libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Description

 
Synopsis

Documentation

data IntegerParameterRangeSpecification Source #

Defines the possible values for an integer hyperparameter.

See: newIntegerParameterRangeSpecification smart constructor.

Constructors

IntegerParameterRangeSpecification' 

Fields

Instances

Instances details
Eq IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Read IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Show IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Generic IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Associated Types

type Rep IntegerParameterRangeSpecification :: Type -> Type #

NFData IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Hashable IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

ToJSON IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

FromJSON IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

type Rep IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

type Rep IntegerParameterRangeSpecification = D1 ('MetaData "IntegerParameterRangeSpecification" "Amazonka.SageMaker.Types.IntegerParameterRangeSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "IntegerParameterRangeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIntegerParameterRangeSpecification Source #

Create a value of IntegerParameterRangeSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:minValue:IntegerParameterRangeSpecification', integerParameterRangeSpecification_minValue - The minimum integer value allowed.

$sel:maxValue:IntegerParameterRangeSpecification', integerParameterRangeSpecification_maxValue - The maximum integer value allowed.