

# JobCheckpointConfig
<a name="API_JobCheckpointConfig"></a>

Contains information about the output locations for hybrid job checkpoint data.

## Contents
<a name="API_JobCheckpointConfig_Contents"></a>

 ** s3Uri **   <a name="braket-Type-JobCheckpointConfig-s3Uri"></a>
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 **   <a name="braket-Type-JobCheckpointConfig-localPath"></a>
(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
<a name="API_JobCheckpointConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/braket-2019-09-01/JobCheckpointConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/braket-2019-09-01/JobCheckpointConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/braket-2019-09-01/JobCheckpointConfig) 