A stage in the model blueprint export process.
| KEY | TYPE | Description |
|---|---|---|
| stageName | str | The name of the stage. |
| displayName | str | The display name of the stage. |
| description | str | The description of the stage. |
| params | dict | The parameters for the stage. |
| predecessors | list | A list of stages that occur directly before this stage. |