Class: Aws::Braket::Types::JobStoppingCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/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

Instance Attribute Details

#max_runtime_in_secondsInteger

The maximum length of time, in seconds, that an Amazon Braket job can run.

Returns:

  • (Integer)


923
924
925
926
927
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 923

class JobStoppingCondition < Struct.new(
  :max_runtime_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end