Class: Aws::Braket::Types::QuantumTaskSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::QuantumTaskSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Includes information about a quantum task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the task was created.
-
#device_arn ⇒ String
The ARN of the device the task ran on.
-
#ended_at ⇒ Time
The time at which the task finished.
-
#output_s3_bucket ⇒ String
The S3 bucket where the task result file is stored..
-
#output_s3_directory ⇒ String
The folder in the S3 bucket where the task result file is stored.
-
#quantum_task_arn ⇒ String
The ARN of the task.
-
#shots ⇒ Integer
The shots used for the task.
-
#status ⇒ String
The status of the task.
-
#tags ⇒ Hash<String,String>
Displays the key, value pairs of tags associated with this quantum task.
Instance Attribute Details
#created_at ⇒ Time
The time at which the task was created.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The ARN of the device the task ran on.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The time at which the task finished.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#output_s3_bucket ⇒ String
The S3 bucket where the task result file is stored..
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#output_s3_directory ⇒ String
The folder in the S3 bucket where the task result file is stored.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#quantum_task_arn ⇒ String
The ARN of the task.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#shots ⇒ Integer
The shots used for the task.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the task.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Displays the key, value pairs of tags associated with this quantum task.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-braket/types.rb', line 1077 class QuantumTaskSummary < Struct.new( :created_at, :device_arn, :ended_at, :output_s3_bucket, :output_s3_directory, :quantum_task_arn, :shots, :status, :tags) SENSITIVE = [] include Aws::Structure end |