JobCheckpointConfig
Contains information about the output locations for hybrid job checkpoint data.
Contents
- s3Uri
-
Identifies the S3 path where you want Amazon Braket to store checkpoint data. For example,
s3://bucket-name/key-name-prefix
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
^(https|s3)://([^/]+)/?(.*)$
Required: Yes
- localPath
-
(Optional) The local directory where checkpoint data is stored. The default directory is
/opt/braket/checkpoints/
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: