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 latest version of the `JobExecutionInfo` class is `2.0.0-beta07`, which is part of the Dataflow v1beta3 API."],["`JobExecutionInfo` provides supplementary details about a Cloud Dataflow job's execution that are not in the initially submitted job."],["The `JobExecutionInfo` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains a `Stages` property, which is a `MapField` mapping stage names to `JobExecutionStageInfo`, offering detailed stage-specific information."],["The `JobExecutionInfo` class can be initialized with a default constructor, or with another instance of the class, provided through the parameter `other` in the secondary constructor."]]],[]]