Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data JobCheckpointConfig Source #
Contains information about the output locations for job checkpoint data.
See: newJobCheckpointConfig
smart constructor.
Instances
newJobCheckpointConfig Source #
Create a value of JobCheckpointConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:localPath:JobCheckpointConfig'
, jobCheckpointConfig_localPath
- (Optional) The local directory where checkpoints are written. The
default directory is /opt/braket/checkpoints/
.
$sel:s3Uri:JobCheckpointConfig'
, jobCheckpointConfig_s3Uri
- Identifies the S3 path where you want Amazon Braket to store
checkpoints. For example, s3://bucket-name/key-name-prefix
.
jobCheckpointConfig_localPath :: Lens' JobCheckpointConfig (Maybe Text) Source #
(Optional) The local directory where checkpoints are written. The
default directory is /opt/braket/checkpoints/
.
jobCheckpointConfig_s3Uri :: Lens' JobCheckpointConfig Text Source #
Identifies the S3 path where you want Amazon Braket to store
checkpoints. For example, s3://bucket-name/key-name-prefix
.