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

Class: Aws::Braket::Types::GetQuantumTaskResponse

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

Overview

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 was run on.

Returns:

  • (String)

    The ARN of the device the task was run on.

#device_parametersString

The parameters for the device on which the task ran.

Returns:

  • (String)

    The parameters for the device on which the task ran.

#ended_atTime

The time at which the task ended.

Returns:

  • (Time)

    The time at which the task ended.

#failure_reasonString

The reason that a task failed.

Returns:

  • (String)

    The reason that a task failed.

#output_s3_bucketString

The S3 bucket where task results are stored.

Returns:

  • (String)

    The S3 bucket where task results are stored.

#output_s3_directoryString

The folder in the S3 bucket where task results are stored.

Returns:

  • (String)

    The folder in the S3 bucket where task results are stored.

#quantum_task_arnString

The ARN of the task.

Returns:

  • (String)

    The ARN of the task.

#shotsInteger

The number of shots used in the task.

Returns:

  • (Integer)

    The number of shots used in 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>

The tags that belong to this task.

Returns:

  • (Hash<String,String>)

    The tags that belong to this task.