CreatePipelineRequest
Request structure for CreatePipeline operation.
Types
Properties
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.
The list of compute nodes that form the pipeline DAG. Each compute node references a task and can declare dependencies on other nodes.
A description of the pipeline.
Environment variables shared across all compute nodes in the pipeline. Individual compute nodes can override these values with their own environment variables.
The name of the pipeline to create. Must be unique within the workspace.
The name of the workspace.