Class: Aws::Braket::Types::QuantumTaskSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Includes information about a quantum task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time at which the task was created.

Returns:

  • (Time)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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_arnString

The ARN of the device the task ran on.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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_atTime

The time at which the task finished.

Returns:

  • (Time)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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_bucketString

The S3 bucket where the task result file is stored..

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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_directoryString

The folder in the S3 bucket where the task result file is stored.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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_arnString

The ARN of the task.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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

#shotsInteger

The shots used for the task.

Returns:

  • (Integer)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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

#statusString

The status of the task.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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

#tagsHash<String,String>

Displays the key, value pairs of tags associated with this quantum task.

Returns:

  • (Hash<String,String>)


1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-braket/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