DominantLanguageDetectionJobProperties constructor

DominantLanguageDetectionJobProperties({
  1. String? dataAccessRoleArn,
  2. DateTime? endTime,
  3. InputDataConfig? inputDataConfig,
  4. String? jobId,
  5. String? jobName,
  6. JobStatus? jobStatus,
  7. String? message,
  8. OutputDataConfig? outputDataConfig,
  9. DateTime? submitTime,
  10. String? volumeKmsKeyId,
  11. VpcConfig? vpcConfig,
})

Implementation

DominantLanguageDetectionJobProperties({
  this.dataAccessRoleArn,
  this.endTime,
  this.inputDataConfig,
  this.jobId,
  this.jobName,
  this.jobStatus,
  this.message,
  this.outputDataConfig,
  this.submitTime,
  this.volumeKmsKeyId,
  this.vpcConfig,
});