PipelineRunResponse Class  
The response properties returned for a pipeline run.
Constructor
PipelineRunResponse(*, status: str | None = None, imported_artifacts: List[str] | None = None, progress: _models.ProgressProperties | None = None, start_time: datetime | None = None, finish_time: datetime | None = None, source: _models.ImportPipelineSourceProperties | None = None, target: _models.ExportPipelineTargetProperties | None = None, catalog_digest: str | None = None, trigger: _models.PipelineTriggerDescriptor | None = None, pipeline_run_error_message: str | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| status | The current status of the pipeline run. Default value: None | 
| imported_artifacts | The artifacts imported in the pipeline run. Default value: None | 
| progress | The current progress of the copy operation. Default value: None | 
| start_time | The time the pipeline run started. Default value: None | 
| finish_time | The time the pipeline run finished. Default value: None | 
| source | The source of the pipeline run. Default value: None | 
| target | The target of the pipeline run. Default value: None | 
| catalog_digest | The digest of the tar used to transfer the artifacts. Default value: None | 
| trigger | The trigger that caused the pipeline run. Default value: None | 
| pipeline_run_error_message | The detailed error message for the pipeline run in the case of failure. Default value: None | 
Variables
| Name | Description | 
|---|---|
| status | The current status of the pipeline run. | 
| imported_artifacts | The artifacts imported in the pipeline run. | 
| progress | The current progress of the copy operation. | 
| start_time | The time the pipeline run started. | 
| finish_time | The time the pipeline run finished. | 
| source | The source of the pipeline run. | 
| target | The target of the pipeline run. | 
| catalog_digest | The digest of the tar used to transfer the artifacts. | 
| trigger | The trigger that caused the pipeline run. | 
| pipeline_run_error_message | The detailed error message for the pipeline run in the case of failure. |