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

Description

 
Synopsis

Documentation

data LabelingJobStoppingConditions Source #

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Labeling jobs fail after 30 days with an appropriate client error message.

See: newLabelingJobStoppingConditions smart constructor.

Constructors

LabelingJobStoppingConditions' 

Fields

Instances

Instances details
Eq LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Read LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Show LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Generic LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Associated Types

type Rep LabelingJobStoppingConditions :: Type -> Type #

NFData LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Hashable LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

ToJSON LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

FromJSON LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

type Rep LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

type Rep LabelingJobStoppingConditions = D1 ('MetaData "LabelingJobStoppingConditions" "Amazonka.SageMaker.Types.LabelingJobStoppingConditions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobStoppingConditions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxHumanLabeledObjectCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxPercentageOfInputDatasetLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newLabelingJobStoppingConditions :: LabelingJobStoppingConditions Source #

Create a value of LabelingJobStoppingConditions 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:maxHumanLabeledObjectCount:LabelingJobStoppingConditions', labelingJobStoppingConditions_maxHumanLabeledObjectCount - The maximum number of objects that can be labeled by human workers.

$sel:maxPercentageOfInputDatasetLabeled:LabelingJobStoppingConditions', labelingJobStoppingConditions_maxPercentageOfInputDatasetLabeled - The maximum number of input data objects that should be labeled.

labelingJobStoppingConditions_maxHumanLabeledObjectCount :: Lens' LabelingJobStoppingConditions (Maybe Natural) Source #

The maximum number of objects that can be labeled by human workers.