/AWS1/CL_BRKQUANTUMTASKSUMMARY¶
Includes information about a quantum task.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_quantumtaskarn
TYPE /AWS1/BRKQUANTUMTASKARN
/AWS1/BRKQUANTUMTASKARN
¶
The ARN of the task.
iv_status
TYPE /AWS1/BRKQUANTUMTASKSTATUS
/AWS1/BRKQUANTUMTASKSTATUS
¶
The status of the task.
iv_devicearn
TYPE /AWS1/BRKDEVICEARN
/AWS1/BRKDEVICEARN
¶
The ARN of the device the task ran on.
iv_shots
TYPE /AWS1/BRKLONG
/AWS1/BRKLONG
¶
The shots used for the task.
iv_outputs3bucket
TYPE /AWS1/BRKSTRING
/AWS1/BRKSTRING
¶
The S3 bucket where the task result file is stored..
iv_outputs3directory
TYPE /AWS1/BRKSTRING
/AWS1/BRKSTRING
¶
The folder in the S3 bucket where the task result file is stored.
iv_createdat
TYPE /AWS1/BRKTIMESTAMP
/AWS1/BRKTIMESTAMP
¶
The time at which the task was created.
Optional arguments:¶
iv_endedat
TYPE /AWS1/BRKTIMESTAMP
/AWS1/BRKTIMESTAMP
¶
The time at which the task finished.
it_tags
TYPE /AWS1/CL_BRKTAGSMAP_W=>TT_TAGSMAP
TT_TAGSMAP
¶
Displays the key, value pairs of tags associated with this quantum task.
Queryable Attributes¶
quantumTaskArn¶
The ARN of the 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 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 |
deviceArn¶
The ARN of the device the task ran 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 |
shots¶
The shots used for the 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 the task result file is 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 the task result file is 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 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 task finished.
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¶
Displays the key, value pairs of tags associated with 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_QUANTUMTASKSUMMARYLIST
¶
TYPES TT_QUANTUMTASKSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BRKQUANTUMTASKSUMMARY WITH DEFAULT KEY
.