/AWS1/CL_BRKJOBCHECKPOINTCFG¶
Contains information about the output locations for hybrid 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 checkpoint data. For example,
s3://bucket-name/key-name-prefix.
Optional arguments:¶
iv_localpath TYPE /AWS1/BRKSTRING4096 /AWS1/BRKSTRING4096¶
(Optional) The local directory where checkpoint data is stored. The default directory is
/opt/braket/checkpoints/.
Queryable Attributes¶
localPath¶
(Optional) The local directory where checkpoint data is stored. 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 checkpoint data. 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 |