pyflink.common.job_execution_result.JobExecutionResult.get_net_runtime# JobExecutionResult.get_net_runtime() → int[source]# Gets the net execution time of the job, i.e., the execution time in the parallel system, without the pre-flight steps like the optimizer. Returns: The net execution time in milliseconds. Added in version 1.11.0.