StepSummary class
The summary of the cluster step.
Constructors
- StepSummary({ActionOnFailure? actionOnFailure, HadoopStepConfig? config, String? id, String? name, StepStatus? status})
-
StepSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionOnFailure → ActionOnFailure?
-
The action to take when the cluster step fails. Possible values are
TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is
available for backward compatibility. We recommend using TERMINATE_CLUSTER
instead.
final
- config → HadoopStepConfig?
-
The Hadoop job configuration of the cluster step.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The identifier of the cluster step.
final
- name → String?
-
The name of the cluster step.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → StepStatus?
-
The current execution status details of the cluster step.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited