Job constructor
Job({
- bool? done,
- String? driverControlFilesUri,
- String? driverOutputResourceUri,
- DriverSchedulingConfig? driverSchedulingConfig,
- FlinkJob? flinkJob,
- HadoopJob? hadoopJob,
- HiveJob? hiveJob,
- String? jobUuid,
- Map<
String, String> ? labels, - PigJob? pigJob,
- JobPlacement? placement,
- PrestoJob? prestoJob,
- PySparkJob? pysparkJob,
- JobReference? reference,
- JobScheduling? scheduling,
- SparkJob? sparkJob,
- SparkRJob? sparkRJob,
- SparkSqlJob? sparkSqlJob,
- JobStatus? status,
- List<
JobStatus> ? statusHistory, - TrinoJob? trinoJob,
- 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,
});