HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig constructor
const
HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig({})
Creates a new HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig.
localPath Local path for checkpoints.
s3Uri S3 or HTTPS destination for checkpoints.
Implementation
const HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig({
this.localPath,
required this.s3Uri,
});