amazonka-personalize-2.0: Amazon Personalize SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Personalize.Types.IntegerHyperParameterRange

Description

 
Synopsis

Documentation

data IntegerHyperParameterRange Source #

Provides the name and range of an integer-valued hyperparameter.

See: newIntegerHyperParameterRange smart constructor.

Constructors

IntegerHyperParameterRange' 

Fields

Instances

Instances details
FromJSON IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

ToJSON IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Generic IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Associated Types

type Rep IntegerHyperParameterRange :: Type -> Type #

Read IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Show IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

NFData IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Eq IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

Hashable IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

type Rep IntegerHyperParameterRange Source # 
Instance details

Defined in Amazonka.Personalize.Types.IntegerHyperParameterRange

type Rep IntegerHyperParameterRange = D1 ('MetaData "IntegerHyperParameterRange" "Amazonka.Personalize.Types.IntegerHyperParameterRange" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "IntegerHyperParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newIntegerHyperParameterRange :: IntegerHyperParameterRange Source #

Create a value of IntegerHyperParameterRange 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:maxValue:IntegerHyperParameterRange', integerHyperParameterRange_maxValue - The maximum allowable value for the hyperparameter.

$sel:minValue:IntegerHyperParameterRange', integerHyperParameterRange_minValue - The minimum allowable value for the hyperparameter.

$sel:name:IntegerHyperParameterRange', integerHyperParameterRange_name - The name of the hyperparameter.

integerHyperParameterRange_maxValue :: Lens' IntegerHyperParameterRange (Maybe Int) Source #

The maximum allowable value for the hyperparameter.

integerHyperParameterRange_minValue :: Lens' IntegerHyperParameterRange (Maybe Int) Source #

The minimum allowable value for the hyperparameter.