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.HumanLoopActivationConfig

Description

 
Synopsis

Documentation

data HumanLoopActivationConfig Source #

Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.

See: newHumanLoopActivationConfig smart constructor.

Constructors

HumanLoopActivationConfig' 

Fields

Instances

Instances details
Eq HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Read HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Show HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Generic HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Associated Types

type Rep HumanLoopActivationConfig :: Type -> Type #

NFData HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Hashable HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

ToJSON HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

FromJSON HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

type Rep HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

type Rep HumanLoopActivationConfig = D1 ('MetaData "HumanLoopActivationConfig" "Amazonka.SageMaker.Types.HumanLoopActivationConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopActivationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopActivationConditionsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopActivationConditionsConfig)))

newHumanLoopActivationConfig Source #

Create a value of HumanLoopActivationConfig 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:humanLoopActivationConditionsConfig:HumanLoopActivationConfig', humanLoopActivationConfig_humanLoopActivationConditionsConfig - Container structure for defining under what conditions SageMaker creates a human loop.

humanLoopActivationConfig_humanLoopActivationConditionsConfig :: Lens' HumanLoopActivationConfig HumanLoopActivationConditionsConfig Source #

Container structure for defining under what conditions SageMaker creates a human loop.