CheckpointConfig - Amazon SageMaker

CheckpointConfig

Contains information about the output location for managed spot training checkpoint data.

Contents

S3Uri

Identifies the S3 path where you want SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.

Type: String

Length Constraints: Maximum length of 1024.

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Required: Yes

LocalPath

(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

Type: String

Length Constraints: Maximum length of 4096.

Pattern: .*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: