public sealed class JobExecutionInfo : IMessage<JobExecutionInfo>, IEquatable<JobExecutionInfo>, IDeepCloneable<JobExecutionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobExecutionInfo.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `JobExecutionInfo` class in the Dataflow v1beta3 API provides details about how a Cloud Dataflow job will be executed, supplementing the submitted job's information."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["`JobExecutionInfo` includes a `Stages` property, which is a `MapField` that associates each stage with its corresponding `JobExecutionStageInfo`, providing a structured view of the job's execution phases."],["The class has two constructors: a default constructor and one that takes another `JobExecutionInfo` instance as a parameter for copying or initialization."],["The latest version available of this documentation is 2.0.0-beta07, while the current page is showcasing the 2.0.0-beta06 version, with another previous version being 1.0.0-beta03."]]],[]]