| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfig |
CheckpointConfig.clone() |
CheckpointConfig |
TrainingJob.getCheckpointConfig() |
CheckpointConfig |
HyperParameterTrainingJobDefinition.getCheckpointConfig() |
CheckpointConfig |
DescribeTrainingJobResult.getCheckpointConfig() |
CheckpointConfig |
CreateTrainingJobRequest.getCheckpointConfig()
Contains information about the output location for managed spot training checkpoint data.
|
CheckpointConfig |
CheckpointConfig.withLocalPath(String localPath)
(Optional) The local directory where checkpoints are written.
|
CheckpointConfig |
CheckpointConfig.withS3Uri(String s3Uri)
Identifies the S3 path where you want SageMaker to store checkpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingJob.setCheckpointConfig(CheckpointConfig checkpointConfig) |
void |
HyperParameterTrainingJobDefinition.setCheckpointConfig(CheckpointConfig checkpointConfig) |
void |
DescribeTrainingJobResult.setCheckpointConfig(CheckpointConfig checkpointConfig) |
void |
CreateTrainingJobRequest.setCheckpointConfig(CheckpointConfig checkpointConfig)
Contains information about the output location for managed spot training checkpoint data.
|
TrainingJob |
TrainingJob.withCheckpointConfig(CheckpointConfig checkpointConfig) |
HyperParameterTrainingJobDefinition |
HyperParameterTrainingJobDefinition.withCheckpointConfig(CheckpointConfig checkpointConfig) |
DescribeTrainingJobResult |
DescribeTrainingJobResult.withCheckpointConfig(CheckpointConfig checkpointConfig) |
CreateTrainingJobRequest |
CreateTrainingJobRequest.withCheckpointConfig(CheckpointConfig checkpointConfig)
Contains information about the output location for managed spot training checkpoint data.
|
Copyright © 2024. All rights reserved.