| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Braket.Types.JobStoppingCondition
Description
Documentation
data JobStoppingCondition Source #
Specifies limits for how long an Amazon Braket job can run.
See: newJobStoppingCondition smart constructor.
Constructors
| JobStoppingCondition' | |
Fields
| |
Instances
newJobStoppingCondition :: JobStoppingCondition Source #
Create a value of JobStoppingCondition 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:JobStoppingCondition', jobStoppingCondition_maxRuntimeInSeconds - The maximum length of time, in seconds, that an Amazon Braket job can
run.
jobStoppingCondition_maxRuntimeInSeconds :: Lens' JobStoppingCondition (Maybe Natural) Source #
The maximum length of time, in seconds, that an Amazon Braket job can run.