JobReportMetrics
Contains aggregated metrics across all jobs in a run.
Contents
- averageJobExecutionDurationSeconds
-
The average execution duration of jobs in the run, in seconds.
Type: Double
Required: No
- jobsErrored
-
The number of jobs that errored.
Type: Integer
Required: No
- jobsFailed
-
The number of jobs that failed.
Type: Integer
Required: No
- jobsPassed
-
The number of jobs that passed.
Type: Integer
Required: No
- jobsPassedPercentage
-
The percentage of jobs that passed.
Type: Double
Required: No
- jobsSkipped
-
The number of jobs that were skipped.
Type: Integer
Required: No
- jobsStopped
-
The number of jobs that were stopped.
Type: Integer
Required: No
- jobsTotal
-
The total number of jobs in the run.
Type: Integer
Required: No
- medianJobExecutionDurationSeconds
-
The median execution duration of jobs in the run, in seconds.
Type: Double
Required: No
- totalJobExecutionDurationSeconds
-
The total execution duration of all jobs in the run, in seconds.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: