Class: Aws::Braket::Types::JobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::JobSummary
- Defined in:
- gems/aws-sdk-braket/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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 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.
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020 class JobSummary < Struct.new( :status, :job_arn, :job_name, :device, :created_at, :started_at, :ended_at, :tags) SENSITIVE = [] include Aws::Structure end |