PipelineRunResponse Class
The response properties returned for a pipeline run.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelPipelineRunResponse
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. |
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. |
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. |
Azure SDK for Python