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

Description

 
Synopsis

Documentation

data HumanLoopActivationConditionsConfig Source #

Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.

See: newHumanLoopActivationConditionsConfig smart constructor.

Constructors

HumanLoopActivationConditionsConfig' 

Fields

Instances

Instances details
Eq HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Read HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Show HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Generic HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

NFData HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Hashable HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

ToJSON HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

FromJSON HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

type Rep HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

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

newHumanLoopActivationConditionsConfig Source #

Create a value of HumanLoopActivationConditionsConfig 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:humanLoopActivationConditions:HumanLoopActivationConditionsConfig', humanLoopActivationConditionsConfig_humanLoopActivationConditions - JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

humanLoopActivationConditionsConfig_humanLoopActivationConditions :: Lens' HumanLoopActivationConditionsConfig Text Source #

JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.