PipelineRunResponse Class
The response properties returned for a pipeline run.
- Inheritance
-
PipelineRunResponse
Constructor
PipelineRunResponse(*, status: Optional[str] = None, imported_artifacts: Optional[List[str]] = None, progress: Optional[azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.ProgressProperties] = None, start_time: Optional[datetime.datetime] = None, finish_time: Optional[datetime.datetime] = None, source: Optional[azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.ImportPipelineSourceProperties] = None, target: Optional[azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.ExportPipelineTargetProperties] = None, catalog_digest: Optional[str] = None, trigger: Optional[azure.mgmt.containerregistry.v2019_12_01_preview.models._models_py3.PipelineTriggerDescriptor] = None, pipeline_run_error_message: Optional[str] = None, **kwargs)
Variables
- status
- str
The current status of the pipeline run.
- progress
- ProgressProperties
The current progress of the copy operation.
- start_time
- datetime
The time the pipeline run started.
- finish_time
- datetime
The time the pipeline run finished.
The source of the pipeline run.
The target of the pipeline run.
- catalog_digest
- str
The digest of the tar used to transfer the artifacts.
- trigger
- PipelineTriggerDescriptor
The trigger that caused the pipeline run.
- pipeline_run_error_message
- str
The detailed error message for the pipeline run in the case of failure.
Feedback
Submit and view feedback for