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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The time at which the quantum task was created.

Returns:

  • (Time)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#device_arnString

The ARN of the device the quantum task ran on.

Returns:

  • (String)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The time at which the quantum task finished.

Returns:

  • (Time)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_s3_bucketString

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

Returns:

  • (String)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_s3_directoryString

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

Returns:

  • (String)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#quantum_task_arnString

The ARN of the quantum task.

Returns:

  • (String)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#shotsInteger

The shots used for the quantum task.

Returns:

  • (Integer)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the quantum task.

Returns:

  • (String)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :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>)


1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
# File 'lib/aws-sdk-braket/types.rb', line 1195

class QuantumTaskSummary < Struct.new(
  :quantum_task_arn,
  :status,
  :device_arn,
  :shots,
  :output_s3_bucket,
  :output_s3_directory,
  :created_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end