StartPipelineExecutionRequest

Request structure for StartPipelineExecution operation.

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token, the server returns the cached result from the original successful request without performing the operation again.

Link copied to clipboard

Runtime environment variable overrides for the execution. Includes global variables that apply to all compute nodes and computeNodes for per-node overrides. These take the highest priority in the environment variable hierarchy.

Link copied to clipboard

Scheduling priority for the execution. Lower values indicate higher priority. Defaults to 2 when not specified.

Link copied to clipboard

The name of the pipeline to execute.

Link copied to clipboard

The name of the workspace containing the pipeline.

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