TrainingJobCheckpointConfig constructor
Creates a new TrainingJobCheckpointConfig.
localPath Local path where checkpoints are written.
s3Uri S3 URI where checkpoints are stored.
Implementation
const TrainingJobCheckpointConfig({
this.localPath,
required this.s3Uri,
});