You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Includes information about a quantum task.

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The time at which the task was created.

Returns:

  • (Time) —

    The time at which the task was created.

#device_arn ⇒ String

The ARN of the device the task ran on.

Returns:

  • (String) —

    The ARN of the device the task ran on.

#ended_at ⇒ Time

The time at which the task finished.

Returns:

  • (Time) —

    The time at which the task finished.

#output_s3_bucket ⇒ String

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

Returns:

  • (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.

Returns:

  • (String) —

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

#quantum_task_arn ⇒ String

The ARN of the task.

Returns:

  • (String) —

    The ARN of the task.

#shots ⇒ Integer

The shots used for the task.

Returns:

  • (Integer) —

    The shots used for the task.

#status ⇒ String

The status of the task.

Possible values:

  • CREATED
  • QUEUED
  • RUNNING
  • COMPLETED
  • FAILED
  • CANCELLING
  • CANCELLED

Returns:

  • (String) —

    The status of the task.

#tags ⇒ Hash<String,String>

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

Returns:

  • (Hash<String,String>) —

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