Batch constructor
Batch({
- String? createTime,
- String? creator,
- EnvironmentConfig? environmentConfig,
- Map<
String, String> ? labels, - String? name,
- String? operation,
- PySparkBatch? pysparkBatch,
- RuntimeConfig? runtimeConfig,
- RuntimeInfo? runtimeInfo,
- SparkBatch? sparkBatch,
- SparkRBatch? sparkRBatch,
- SparkSqlBatch? sparkSqlBatch,
- String? state,
- List<
StateHistory> ? stateHistory, - String? stateMessage,
- String? stateTime,
- String? uuid,
Implementation
Batch({
this.createTime,
this.creator,
this.environmentConfig,
this.labels,
this.name,
this.operation,
this.pysparkBatch,
this.runtimeConfig,
this.runtimeInfo,
this.sparkBatch,
this.sparkRBatch,
this.sparkSqlBatch,
this.state,
this.stateHistory,
this.stateMessage,
this.stateTime,
this.uuid,
});