PipelineRunsQueryResponse Class
A list pipeline runs.
Constructor
PipelineRunsQueryResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
List of pipeline runs. Required. |
|
continuation_token
|
The continuation token for getting the next page of results, if any remaining results exist, null otherwise. |
Attributes
continuation_token
The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
continuation_token: str | None
value
List of pipeline runs. Required.
value: list['_models.PipelineRun']