Skip to content

/AWS1/CL_BRKSCRIPTMODECONFIG

Contains information about algorithm scripts used for the Amazon Braket hybrid job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_entrypoint TYPE /AWS1/BRKSTRING /AWS1/BRKSTRING

The entry point in the algorithm scripts from where the execution begins in the hybrid job.

iv_s3uri TYPE /AWS1/BRKS3PATH /AWS1/BRKS3PATH

The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.

Optional arguments:

iv_compressiontype TYPE /AWS1/BRKCOMPRESSIONTYPE /AWS1/BRKCOMPRESSIONTYPE

The type of compression used to store the algorithm scripts in Amazon S3 storage.


Queryable Attributes

entryPoint

The entry point in the algorithm scripts from where the execution begins in the hybrid job.

Accessible with the following methods

Method Description
GET_ENTRYPOINT() Getter for ENTRYPOINT, with configurable default
ASK_ENTRYPOINT() Getter for ENTRYPOINT w/ exceptions if field has no value
HAS_ENTRYPOINT() Determine if ENTRYPOINT has a value

s3Uri

The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.

Accessible with the following methods

Method Description
GET_S3URI() Getter for S3URI, with configurable default
ASK_S3URI() Getter for S3URI w/ exceptions if field has no value
HAS_S3URI() Determine if S3URI has a value

compressionType

The type of compression used to store the algorithm scripts in Amazon S3 storage.

Accessible with the following methods

Method Description
GET_COMPRESSIONTYPE() Getter for COMPRESSIONTYPE, with configurable default
ASK_COMPRESSIONTYPE() Getter for COMPRESSIONTYPE w/ exceptions if field has no val
HAS_COMPRESSIONTYPE() Determine if COMPRESSIONTYPE has a value