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
show all
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

Instance Attribute Details

#local_pathString

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

Returns:

  • (String)

    (Optional) The local directory where checkpoints are written.

#s3_uriString

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

Returns:

  • (String)

    Identifies the S3 path where you want Amazon SageMaker to store checkpoints.