/AWS1/CL_BRKGETQUANTUMTASKRSP¶
GetQuantumTaskResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_quantumtaskarn
TYPE /AWS1/BRKQUANTUMTASKARN
/AWS1/BRKQUANTUMTASKARN
¶
The ARN of the quantum task.
iv_status
TYPE /AWS1/BRKQUANTUMTASKSTATUS
/AWS1/BRKQUANTUMTASKSTATUS
¶
The status of the quantum task.
iv_devicearn
TYPE /AWS1/BRKDEVICEARN
/AWS1/BRKDEVICEARN
¶
The ARN of the device the quantum task was run on.
iv_deviceparameters
TYPE /AWS1/BRKJSONVALUE
/AWS1/BRKJSONVALUE
¶
The parameters for the device on which the quantum task ran.
iv_shots
TYPE /AWS1/BRKLONG
/AWS1/BRKLONG
¶
The number of shots used in the quantum task.
iv_outputs3bucket
TYPE /AWS1/BRKSTRING
/AWS1/BRKSTRING
¶
The S3 bucket where quantum task results are stored.
iv_outputs3directory
TYPE /AWS1/BRKSTRING
/AWS1/BRKSTRING
¶
The folder in the S3 bucket where quantum task results are stored.
iv_createdat
TYPE /AWS1/BRKTIMESTAMP
/AWS1/BRKTIMESTAMP
¶
The time at which the quantum task was created.
Optional arguments:¶
iv_failurereason
TYPE /AWS1/BRKSTRING
/AWS1/BRKSTRING
¶
The reason that a quantum task failed.
iv_endedat
TYPE /AWS1/BRKTIMESTAMP
/AWS1/BRKTIMESTAMP
¶
The time at which the quantum task ended.
it_tags
TYPE /AWS1/CL_BRKTAGSMAP_W=>TT_TAGSMAP
TT_TAGSMAP
¶
The tags that belong to this quantum task.
iv_jobarn
TYPE /AWS1/BRKJOBARN
/AWS1/BRKJOBARN
¶
The ARN of the Amazon Braket job associated with the quantum task.
io_queueinfo
TYPE REF TO /AWS1/CL_BRKQUANTUMTSKQUEUEI00
/AWS1/CL_BRKQUANTUMTSKQUEUEI00
¶
Queue information for the requested quantum task. Only returned if
QueueInfo
is specified in theadditionalAttributeNames"
field in theGetQuantumTask
API request.
it_associations
TYPE /AWS1/CL_BRKASSOCIATION=>TT_ASSOCIATIONS
TT_ASSOCIATIONS
¶
The list of Amazon Braket resources associated with the quantum task.
iv_numsuccessfulshots
TYPE /AWS1/BRKLONG
/AWS1/BRKLONG
¶
The number of successful shots for the quantum task. This is available after a successfully completed quantum task.
io_actionmetadata
TYPE REF TO /AWS1/CL_BRKACTIONMETADATA
/AWS1/CL_BRKACTIONMETADATA
¶
Metadata about the action performed by the quantum task, including information about the type of action and program counts.
Queryable Attributes¶
quantumTaskArn¶
The ARN of the quantum task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUANTUMTASKARN() |
Getter for QUANTUMTASKARN, with configurable default |
ASK_QUANTUMTASKARN() |
Getter for QUANTUMTASKARN w/ exceptions if field has no valu |
HAS_QUANTUMTASKARN() |
Determine if QUANTUMTASKARN has a value |
status¶
The status of the quantum task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
failureReason¶
The reason that a quantum task failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
deviceArn¶
The ARN of the device the quantum task was run on.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEVICEARN() |
Getter for DEVICEARN, with configurable default |
ASK_DEVICEARN() |
Getter for DEVICEARN w/ exceptions if field has no value |
HAS_DEVICEARN() |
Determine if DEVICEARN has a value |
deviceParameters¶
The parameters for the device on which the quantum task ran.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEVICEPARAMETERS() |
Getter for DEVICEPARAMETERS, with configurable default |
ASK_DEVICEPARAMETERS() |
Getter for DEVICEPARAMETERS w/ exceptions if field has no va |
HAS_DEVICEPARAMETERS() |
Determine if DEVICEPARAMETERS has a value |
shots¶
The number of shots used in the quantum task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SHOTS() |
Getter for SHOTS, with configurable default |
ASK_SHOTS() |
Getter for SHOTS w/ exceptions if field has no value |
HAS_SHOTS() |
Determine if SHOTS has a value |
outputS3Bucket¶
The S3 bucket where quantum task results are stored.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTS3BUCKET() |
Getter for OUTPUTS3BUCKET, with configurable default |
ASK_OUTPUTS3BUCKET() |
Getter for OUTPUTS3BUCKET w/ exceptions if field has no valu |
HAS_OUTPUTS3BUCKET() |
Determine if OUTPUTS3BUCKET has a value |
outputS3Directory¶
The folder in the S3 bucket where quantum task results are stored.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTS3DIRECTORY() |
Getter for OUTPUTS3DIRECTORY, with configurable default |
ASK_OUTPUTS3DIRECTORY() |
Getter for OUTPUTS3DIRECTORY w/ exceptions if field has no v |
HAS_OUTPUTS3DIRECTORY() |
Determine if OUTPUTS3DIRECTORY has a value |
createdAt¶
The time at which the quantum task was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
endedAt¶
The time at which the quantum task ended.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
tags¶
The tags that belong to this quantum task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
jobArn¶
The ARN of the Amazon Braket job associated with the quantum task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
queueInfo¶
Queue information for the requested quantum task. Only returned if
QueueInfo
is specified in theadditionalAttributeNames"
field in theGetQuantumTask
API request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUEUEINFO() |
Getter for QUEUEINFO |
associations¶
The list of Amazon Braket resources associated with the quantum task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSOCIATIONS() |
Getter for ASSOCIATIONS, with configurable default |
ASK_ASSOCIATIONS() |
Getter for ASSOCIATIONS w/ exceptions if field has no value |
HAS_ASSOCIATIONS() |
Determine if ASSOCIATIONS has a value |
numSuccessfulShots¶
The number of successful shots for the quantum task. This is available after a successfully completed quantum task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NUMSUCCESSFULSHOTS() |
Getter for NUMSUCCESSFULSHOTS, with configurable default |
ASK_NUMSUCCESSFULSHOTS() |
Getter for NUMSUCCESSFULSHOTS w/ exceptions if field has no |
HAS_NUMSUCCESSFULSHOTS() |
Determine if NUMSUCCESSFULSHOTS has a value |
actionMetadata¶
Metadata about the action performed by the quantum task, including information about the type of action and program counts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTIONMETADATA() |
Getter for ACTIONMETADATA |