startPipelineExecution
inline suspend fun IotSiteWiseClient.startPipelineExecution(crossinline block: StartPipelineExecutionRequest.Builder.() -> Unit): StartPipelineExecutionResponse
Starts execution of a pipeline in the specified workspace. Each compute node runs according to the DAG dependency order defined in the pipeline. Nodes without dependencies start immediately, while dependent nodes wait for all upstream nodes to complete successfully.
You can provide runtime environment variable overrides that take the highest priority in the environment variable hierarchy, without modifying the pipeline definition.