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

Description

 
Synopsis

Documentation

data ProcessingStoppingCondition Source #

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

See: newProcessingStoppingCondition smart constructor.

Constructors

ProcessingStoppingCondition' 

Fields

Instances

Instances details
Eq ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Read ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Show ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Generic ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Associated Types

type Rep ProcessingStoppingCondition :: Type -> Type #

NFData ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Hashable ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

ToJSON ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

FromJSON ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

type Rep ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

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

newProcessingStoppingCondition Source #

Create a value of ProcessingStoppingCondition 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:maxRuntimeInSeconds:ProcessingStoppingCondition', processingStoppingCondition_maxRuntimeInSeconds - Specifies the maximum runtime in seconds.