Step class

This represents a step in a cluster.

Constructors

Step({ActionOnFailure? actionOnFailure, HadoopStepConfig? config, String? id, String? name, StepStatus? status})
Step.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 provided 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