public sealed class JobMetrics : IMessage<JobMetrics>, IEquatable<JobMetrics>, IDeepCloneable<JobMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobMetrics.
JobMetrics contains a collection of metrics describing the detailed progress
of a Dataflow job. Metrics correspond to user-defined and system-defined
metrics in the job.
This resource captures only the most recent values of each metric;
time-series data can be queried for them (under the same metric names)
from Cloud Monitoring.
[[["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 `JobMetrics` class in the Dataflow v1beta3 API provides detailed progress metrics for Dataflow jobs, including both user-defined and system-defined metrics."],["This class captures only the latest values of each metric, and time-series data for these metrics can be accessed from Cloud Monitoring."],["`JobMetrics` has two constructors, one empty and another taking a `JobMetrics` object as a parameter for cloning."],["The class includes properties such as `MetricTime`, which represents the timestamp for the current metric values, and `Metrics`, which contains all metrics for the job."]]],[]]