describe_pipeline
Get the full manifest for a pipeline: required inputs, tunable parameters, container image, and output patterns. Check this before running to know exact expectations.
Instructions
Return the full manifest for one pipeline: its required inputs, tunable parameters, container image, and output file patterns. Call this before run_pipeline to learn exactly which inputs and params it expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | The pipeline id, as returned by list_pipelines. |