Batch class
A representation of a batch workload in the service.
Constructors
- 
          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})
- Batch.fromJson(Map json_)
Properties
- createTime ↔ String?
- 
  The time when the batch was created.
  getter/setter pair
- creator ↔ String?
- 
  The email address of the user who created the batch.
  getter/setter pair
- environmentConfig ↔ EnvironmentConfig?
- 
  Environment configuration for the batch execution.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  labels
  ↔ Map<String, String> ?
- 
  The labels to associate with this batch.
  getter/setter pair
- name ↔ String?
- 
  The resource name of the batch.
  getter/setter pair
- operation ↔ String?
- 
  The resource name of the operation associated with this batch.
  getter/setter pair
- pysparkBatch ↔ PySparkBatch?
- 
  PySpark batch config.
  getter/setter pair
- runtimeConfig ↔ RuntimeConfig?
- 
  Runtime configuration for the batch execution.
  getter/setter pair
- runtimeInfo ↔ RuntimeInfo?
- 
  Runtime information about batch execution.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sparkBatch ↔ SparkBatch?
- 
  Spark batch config.
  getter/setter pair
- sparkRBatch ↔ SparkRBatch?
- 
  SparkR batch config.
  getter/setter pair
- sparkSqlBatch ↔ SparkSqlBatch?
- 
  SparkSql batch config.
  getter/setter pair
- state ↔ String?
- 
  The state of the batch.
  getter/setter pair
- 
  stateHistory
  ↔ List<StateHistory> ?
- 
  Historical state information for the batch.
  getter/setter pair
- stateMessage ↔ String?
- 
  Batch state details, such as a failure description if the state is FAILED.
  getter/setter pair
- stateTime ↔ String?
- 
  The time when the batch entered a current state.
  getter/setter pair
- uuid ↔ String?
- 
  A batch UUID (Unique Universal Identifier).
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited