HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig constructor

const HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig({
  1. Input<String?>? compressionType,
  2. Input<String?>? kmsKeyId,
  3. required Input<String> s3OutputPath,
})

Creates a new HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig. compressionType Compression type for output. kmsKeyId KMS key ID for output encryption. s3OutputPath S3 or HTTPS output path.

Implementation

const HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig({
  this.compressionType,
  this.kmsKeyId,
  required this.s3OutputPath,
});