Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer

pyflink.common.job_execution_result.JobExecutionResult.get_job_id#

JobExecutionResult.get_job_id() → pyflink.common.job_id.JobID[source]#

Returns the JobID assigned to the job by the Flink runtime.

Returns

JobID, or null if the job has been executed on a runtime without JobIDs or if the execution failed.

New in version 1.11.0.

previous

pyflink.common.job_client.JobClient.get_job_execution_result

next

pyflink.common.job_execution_result.JobExecutionResult.get_net_runtime

Show Source

Created using Sphinx 4.5.0.