A version of a pipeline step.
| KEY | TYPE | Description |
|---|---|---|
| stepName | str | The name of the step. |
| pipelineStepVersion | str | The reference to the pipeline step version. |
| pipelineStepId | str | The reference to this step. |
| pipelineId | str | The reference to the pipeline this step belongs to. |
| pipelineVersion | str | The reference to the pipeline version. |
| createdAt | str | The date and time which this step was created. |
| updatedAt | str | The date and time when this step was last updated. |
| status | str | The status of the pipeline version. |
| error | str | The error message if the pipeline step failed. |
| outputErrors | str | The error message of a pipeline step's output. |
| pythonFunctionId | str | The reference to the python function |
| functionVariableMappings | dict | The mappings for function parameters' names. |
| stepDependencies | List[str] | List of steps this step depends on. |
| outputVariableMappings | dict | The mappings for the output variables to the step. |
| cpuSize | str | CPU size specified for the step function. |
| memory | int | Memory in GB specified for the step function. |
| timeout | int | The timeout in minutes for the pipeline step. |
| pipelineStepVersionReferences | PipelineStepVersionReference | A list to the output instances of the pipeline step version. |
| codeSource | CodeSource | Information about the source code of the pipeline step version. |