Job constructor

Job({
  1. bool? done,
  2. String? driverControlFilesUri,
  3. String? driverOutputResourceUri,
  4. DriverSchedulingConfig? driverSchedulingConfig,
  5. FlinkJob? flinkJob,
  6. HadoopJob? hadoopJob,
  7. HiveJob? hiveJob,
  8. String? jobUuid,
  9. Map<String, String>? labels,
  10. PigJob? pigJob,
  11. JobPlacement? placement,
  12. PrestoJob? prestoJob,
  13. PySparkJob? pysparkJob,
  14. JobReference? reference,
  15. JobScheduling? scheduling,
  16. SparkJob? sparkJob,
  17. SparkRJob? sparkRJob,
  18. SparkSqlJob? sparkSqlJob,
  19. JobStatus? status,
  20. List<JobStatus>? statusHistory,
  21. TrinoJob? trinoJob,
  22. List<YarnApplication>? yarnApplications,
})

Implementation

Job({
  this.done,
  this.driverControlFilesUri,
  this.driverOutputResourceUri,
  this.driverSchedulingConfig,
  this.flinkJob,
  this.hadoopJob,
  this.hiveJob,
  this.jobUuid,
  this.labels,
  this.pigJob,
  this.placement,
  this.prestoJob,
  this.pysparkJob,
  this.reference,
  this.scheduling,
  this.sparkJob,
  this.sparkRJob,
  this.sparkSqlJob,
  this.status,
  this.statusHistory,
  this.trinoJob,
  this.yarnApplications,
});