HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig constructor
const
HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig({})
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,
});