PipelineRun Class
Information about a pipeline run.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
PipelineRun
Constructor
PipelineRun(*, additional_properties: Optional[Dict[str, object]] = None, **kwargs)
Parameters
Unmatched properties from the message are deserialized to this collection.
Variables
- run_id
- str
Identifier of a run.
- run_group_id
- str
Identifier that correlates all the recovery runs of a pipeline run.
- is_latest
- bool
Indicates if the recovered pipeline run is the latest in its group.
- pipeline_name
- str
The pipeline name.
The full or partial list of parameter name, value pair used in the pipeline run.
- invoked_by
- PipelineRunInvokedBy
Entity that started the pipeline run.
- last_updated
- datetime
The last updated timestamp for the pipeline run event in ISO8601 format.
- run_start
- datetime
The start time of a pipeline run in ISO8601 format.
- run_end
- datetime
The end time of a pipeline run in ISO8601 format.
- duration_in_ms
- int
The duration of a pipeline run.
- status
- str
The status of a pipeline run.
- message
- str
The message from a pipeline run.
Feedback
Submit and view feedback for