SentimentDetectionJobProperties constructor

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

Implementation

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