You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::CheckpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CheckpointConfig
- Defined in:
- (unknown)
Overview
Note:
When passing CheckpointConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_uri: "S3Uri", # required
local_path: "DirectoryPath",
}
Contains information about the output location for managed spot training checkpoint data.
Returned by:
Instance Attribute Summary collapse
-
#local_path ⇒ String
(Optional) The local directory where checkpoints are written.
-
#s3_uri ⇒ String
Identifies the S3 path where you want Amazon SageMaker to store checkpoints.
Instance Attribute Details
#local_path ⇒ String
(Optional) The local directory where checkpoints are written. The
default directory is /opt/ml/checkpoints/
.
#s3_uri ⇒ String
Identifies the S3 path where you want Amazon SageMaker to store
checkpoints. For example, s3://bucket-name/key-name-prefix
.