CancelStepsRequest

The input argument to the CancelSteps operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ClusterID for the specified steps that will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs.

Link copied to clipboard

The option to choose to cancel RUNNING steps. By default, the value is SEND_INTERRUPT.

Link copied to clipboard

The list of StepIDs to cancel. Use ListSteps to get steps and their states for the specified cluster.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String