/AWS1/CL_BRKJOBSUMMARY¶
Provides summary information about an Amazon Braket hybrid job.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_status
TYPE /AWS1/BRKJOBPRIMARYSTATUS
/AWS1/BRKJOBPRIMARYSTATUS
¶
The status of the Amazon Braket hybrid job.
iv_jobarn
TYPE /AWS1/BRKJOBARN
/AWS1/BRKJOBARN
¶
The ARN of the Amazon Braket hybrid job.
iv_jobname
TYPE /AWS1/BRKSTRING
/AWS1/BRKSTRING
¶
The name of the Amazon Braket hybrid job.
iv_device
TYPE /AWS1/BRKSTRING256
/AWS1/BRKSTRING256
¶
The primary device used by an Amazon Braket hybrid job.
iv_createdat
TYPE /AWS1/BRKTIMESTAMP
/AWS1/BRKTIMESTAMP
¶
The time at which the Amazon Braket hybrid job was created.
Optional arguments:¶
iv_startedat
TYPE /AWS1/BRKTIMESTAMP
/AWS1/BRKTIMESTAMP
¶
The time at which the Amazon Braket hybrid job was started.
iv_endedat
TYPE /AWS1/BRKTIMESTAMP
/AWS1/BRKTIMESTAMP
¶
The time at which the Amazon Braket hybrid job ended.
it_tags
TYPE /AWS1/CL_BRKTAGSMAP_W=>TT_TAGSMAP
TT_TAGSMAP
¶
Displays the key, value pairs of tags associated with this hybrid job.
Queryable Attributes¶
status¶
The status of the Amazon Braket hybrid job.
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 |
jobArn¶
The ARN of the Amazon Braket hybrid job.
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 |
jobName¶
The name of the Amazon Braket hybrid job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
device¶
The primary device used by an Amazon Braket hybrid job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEVICE() |
Getter for DEVICE, with configurable default |
ASK_DEVICE() |
Getter for DEVICE w/ exceptions if field has no value |
HAS_DEVICE() |
Determine if DEVICE has a value |
createdAt¶
The time at which the Amazon Braket hybrid job 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 |
startedAt¶
The time at which the Amazon Braket hybrid job was started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
endedAt¶
The time at which the Amazon Braket hybrid job 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¶
Displays the key, value pairs of tags associated with this hybrid job.
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_JOBSUMMARYLIST
¶
TYPES TT_JOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BRKJOBSUMMARY WITH DEFAULT KEY
.