DocumentClassificationJobProperties constructor

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

Implementation

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