EntitiesDetectionJobProperties constructor

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

Implementation

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