Interface CheckpointConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CheckpointConfig.Builder,,CheckpointConfig> SdkBuilder<CheckpointConfig.Builder,,CheckpointConfig> SdkPojo
- Enclosing class:
 CheckpointConfig
public static interface CheckpointConfig.Builder
extends SdkPojo, CopyableBuilder<CheckpointConfig.Builder,CheckpointConfig> 
- 
Method Summary
Modifier and TypeMethodDescription(Optional) The local directory where checkpoints are written.Identifies the S3 path where you want SageMaker to store checkpoints.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
s3Uri
Identifies the S3 path where you want SageMaker to store checkpoints. For example,
s3://bucket-name/key-name-prefix.- Parameters:
 s3Uri- Identifies the S3 path where you want SageMaker to store checkpoints. For example,s3://bucket-name/key-name-prefix.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
localPath
(Optional) The local directory where checkpoints are written. The default directory is
/opt/ml/checkpoints/.- Parameters:
 localPath- (Optional) The local directory where checkpoints are written. The default directory is/opt/ml/checkpoints/.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -