ActivityRun Class
Information about an activity run in a pipeline.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelActivityRun
Constructor
ActivityRun(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
pipeline_name
|
The name of the pipeline. |
pipeline_run_id
|
The id of the pipeline run. |
activity_name
|
The name of the activity. |
activity_type
|
The type of the activity. |
activity_run_id
|
The id of the activity run. |
linked_service_name
|
The name of the compute linked service. |
status
|
The status of the activity run. |
activity_run_start
|
The start time of the activity run in 'ISO 8601' format. |
activity_run_end
|
The end time of the activity run in 'ISO 8601' format. |
duration_in_ms
|
The duration of the activity run. |
input
|
<xref:JSON>
The input for the activity. |
output
|
<xref:JSON>
The output for the activity. |
error
|
<xref:JSON>
The error if any from the activity run. |
Azure SDK for Python