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