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

Description

 
Synopsis

Documentation

data MonitoringStoppingCondition Source #

A time limit for how long the monitoring job is allowed to run before stopping.

See: newMonitoringStoppingCondition smart constructor.

Constructors

MonitoringStoppingCondition' 

Fields

  • maxRuntimeInSeconds :: Natural

    The maximum runtime allowed in seconds.

    The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

Instances

Instances details
Eq MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Read MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Show MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Generic MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Associated Types

type Rep MonitoringStoppingCondition :: Type -> Type #

NFData MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Hashable MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

ToJSON MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

FromJSON MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

type Rep MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

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

newMonitoringStoppingCondition Source #

Create a value of MonitoringStoppingCondition 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:MonitoringStoppingCondition', monitoringStoppingCondition_maxRuntimeInSeconds - The maximum runtime allowed in seconds.

The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

monitoringStoppingCondition_maxRuntimeInSeconds :: Lens' MonitoringStoppingCondition Natural Source #

The maximum runtime allowed in seconds.

The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.