class Aws::SageMaker::Types::CheckpointConfig
Contains information about the output location for managed spot training checkpoint data.
@note When making an API call, you may pass CheckpointConfig
data as a hash: { s3_uri: "S3Uri", # required local_path: "DirectoryPath", }
@!attribute [rw] s3_uri
Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, `s3://bucket-name/key-name-prefix`. @return [String]
@!attribute [rw] local_path
(Optional) The local directory where checkpoints are written. The default directory is `/opt/ml/checkpoints/`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CheckpointConfig AWS API Documentation
Constants
- SENSITIVE