Class: Aws::Braket::Types::JobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::JobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Provides summary information about an Amazon Braket hybrid job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the Amazon Braket hybrid job was created.
-
#device ⇒ String
The primary device used by an Amazon Braket hybrid job.
-
#ended_at ⇒ Time
The time at which the Amazon Braket hybrid job ended.
-
#job_arn ⇒ String
The ARN of the Amazon Braket hybrid job.
-
#job_name ⇒ String
The name of the Amazon Braket hybrid job.
-
#started_at ⇒ Time
The time at which the Amazon Braket hybrid job was started.
-
#status ⇒ String
The status of the Amazon Braket hybrid job.
-
#tags ⇒ Hash<String,String>
Displays the key, value pairs of tags associated with this hybrid job.
Instance Attribute Details
#created_at ⇒ Time
The time at which the Amazon Braket hybrid job was created.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#device ⇒ String
The primary device used by an Amazon Braket hybrid job.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The time at which the Amazon Braket hybrid job ended.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The ARN of the Amazon Braket hybrid job.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the Amazon Braket hybrid job.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The time at which the Amazon Braket hybrid job was started.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon Braket hybrid job.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Displays the key, value pairs of tags associated with this hybrid job.
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-braket/types.rb', line 1055 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |