Skip to content

/AWS1/CL_BRKJOBCHECKPOINTCFG

Contains information about the output locations for job checkpoint data.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_S3URI TYPE /AWS1/BRKS3PATH /AWS1/BRKS3PATH

Identifies the S3 path where you want Amazon Braket to store checkpoints. For example, s3://bucket-name/key-name-prefix.

Optional arguments:

IV_LOCALPATH TYPE /AWS1/BRKSTRING4096 /AWS1/BRKSTRING4096

(Optional) The local directory where checkpoints are written. The default directory is /opt/braket/checkpoints/.


Queryable Attributes

localPath

(Optional) The local directory where checkpoints are written. The default directory is /opt/braket/checkpoints/.

Accessible with the following methods

Method Description
GET_LOCALPATH() Getter for LOCALPATH, with configurable default
ASK_LOCALPATH() Getter for LOCALPATH w/ exceptions if field has no value
HAS_LOCALPATH() Determine if LOCALPATH has a value

s3Uri

Identifies the S3 path where you want Amazon Braket to store checkpoints. For example, s3://bucket-name/key-name-prefix.

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