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_atTime

The time at which the task was created.

Returns:

  • (Time)

    The time at which the task was created.

#device_arnString

The ARN of the device the task ran on.

Returns:

  • (String)

    The ARN of the device the task ran on.

#ended_atTime

The time at which the task finished.

Returns:

  • (Time)

    The time at which the task finished.

#output_s3_bucketString

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

Returns:

  • (String)

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

#output_s3_directoryString

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_arnString

The ARN of the task.

Returns:

  • (String)

    The ARN of the task.

#shotsInteger

The shots used for the task.

Returns:

  • (Integer)

    The shots used for the task.

#statusString

The status of the task.

Possible values:

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

Returns:

  • (String)

    The status of the task.

#tagsHash<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.