Skip to content

/AWS1/CL_BRKJOBSUMMARY

Provides summary information about an Amazon Braket job.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_STATUS TYPE /AWS1/BRKJOBPRIMARYSTATUS /AWS1/BRKJOBPRIMARYSTATUS

The status of the Amazon Braket job.

IV_JOBARN TYPE /AWS1/BRKJOBARN /AWS1/BRKJOBARN

The ARN of the Amazon Braket job.

IV_JOBNAME TYPE /AWS1/BRKSTRING /AWS1/BRKSTRING

The name of the Amazon Braket job.

IV_DEVICE TYPE /AWS1/BRKSTRING256 /AWS1/BRKSTRING256

Provides summary information about the primary device used by an Amazon Braket job.

IV_CREATEDAT TYPE /AWS1/BRKTIMESTAMP /AWS1/BRKTIMESTAMP

The date and time that the Amazon Braket job was created.

Optional arguments:

IV_STARTEDAT TYPE /AWS1/BRKTIMESTAMP /AWS1/BRKTIMESTAMP

The date and time that the Amazon Braket job was started.

IV_ENDEDAT TYPE /AWS1/BRKTIMESTAMP /AWS1/BRKTIMESTAMP

The date and time that the Amazon Braket job ended.

IT_TAGS TYPE /AWS1/CL_BRKTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP

A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.


Queryable Attributes

status

The status of the Amazon Braket 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 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 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

Provides summary information about the primary device used by an Amazon Braket 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 date and time that the Amazon Braket 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 date and time that the Amazon Braket 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 date and time that the Amazon Braket 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

A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.

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
.