public static interface JobCheckpointConfig.Builder extends SdkPojo, CopyableBuilder<JobCheckpointConfig.Builder,JobCheckpointConfig>
| Modifier and Type | Method and Description |
|---|---|
JobCheckpointConfig.Builder |
localPath(String localPath)
(Optional) The local directory where checkpoints are written.
|
JobCheckpointConfig.Builder |
s3Uri(String s3Uri)
Identifies the S3 path where you want Amazon Braket to store checkpoints.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobCheckpointConfig.Builder localPath(String localPath)
(Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.
localPath - (Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.JobCheckpointConfig.Builder s3Uri(String s3Uri)
Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.
s3Uri - Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.Copyright © 2022. All rights reserved.