JobPipelineInformation Class
Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
JobPipelineInformation
Constructor
JobPipelineInformation(**kwargs)
Variables
- pipeline_id
- str
The job relationship pipeline identifier (a GUID).
- pipeline_name
- str
The friendly name of the job relationship pipeline, which does not need to be unique.
- pipeline_uri
- str
The pipeline uri, unique, links to the originating service for this pipeline.
- num_jobs_failed
- int
The number of jobs in this pipeline that have failed.
- num_jobs_canceled
- int
The number of jobs in this pipeline that have been canceled.
- num_jobs_succeeded
- int
The number of jobs in this pipeline that have succeeded.
- au_hours_failed
- float
The number of job execution hours that resulted in failed jobs.
- au_hours_canceled
- float
The number of job execution hours that resulted in canceled jobs.
- au_hours_succeeded
- float
The number of job execution hours that resulted in successful jobs.
- last_submit_time
- datetime
The last time a job in this pipeline was submitted.
The list of recurrence identifiers representing each run of this pipeline.
Feedback
Submit and view feedback for