HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig constructor

const HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig({
  1. Input<String?>? localPath,
  2. required Input<String> s3Uri,
})

Creates a new HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig. localPath Local path for checkpoints. s3Uri S3 or HTTPS destination for checkpoints.

Implementation

const HyperParameterTuningJobTrainingJobDefinitionCheckpointConfig({
  this.localPath,
  required this.s3Uri,
});