public sealed class JobExecutionInfo : IMessage<JobExecutionInfo>, IEquatable<JobExecutionInfo>, IDeepCloneable<JobExecutionInfo>, IBufferMessage, IMessage
Additional information about how a Cloud Dataflow job will be executed that
isn't contained in the submitted job.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides information about the \u003ccode\u003eJobExecutionInfo\u003c/code\u003e class, which is part of the Google Cloud Dataflow V1Beta3 library and describes how a Dataflow job will be executed.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobExecutionInfo\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for message handling, equality comparisons, deep cloning, and buffer message functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eStages\u003c/code\u003e property, which is a \u003ccode\u003eMapField\u003c/code\u003e that maps stage names (strings) to detailed information about each stage (\u003ccode\u003eJobExecutionStageInfo\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobExecutionInfo\u003c/code\u003e class has two constructors: a default constructor \u003ccode\u003eJobExecutionInfo()\u003c/code\u003e and a copy constructor \u003ccode\u003eJobExecutionInfo(JobExecutionInfo other)\u003c/code\u003e to create new instances.\u003c/p\u003e\n"],["\u003cp\u003eThe information provided is for version 1.0.0-beta03 of the library, but there is newer version available 2.0.0-beta07.\u003c/p\u003e\n"]]],[],null,[]]