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
ActivityRun

Constructor

ActivityRun(*, additional_properties: Optional[Dict[str, object]] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

Variables

pipeline_name
str

The name of the pipeline.

pipeline_run_id
str

The id of the pipeline run.

activity_name
str

The name of the activity.

activity_type
str

The type of the activity.

activity_run_id
str

The id of the activity run.

linked_service_name
str

The name of the compute linked service.

status
str

The status of the activity run.

activity_run_start
datetime

The start time of the activity run in 'ISO 8601' format.

activity_run_end
datetime

The end time of the activity run in 'ISO 8601' format.

duration_in_ms
int

The duration of the activity run.

input
object

The input for the activity.

output
object

The output for the activity.

error
object

The error if any from the activity run.