Class: Aws::Braket::Types::JobStoppingCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::JobStoppingCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Specifies limits for how long an Amazon Braket job can run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_runtime_in_seconds ⇒ Integer
The maximum length of time, in seconds, that an Amazon Braket job can run.
Instance Attribute Details
#max_runtime_in_seconds ⇒ Integer
The maximum length of time, in seconds, that an Amazon Braket job can run.
923 924 925 926 927 |
# File 'lib/aws-sdk-braket/types.rb', line 923 class JobStoppingCondition < Struct.new( :max_runtime_in_seconds) SENSITIVE = [] include Aws::Structure end |