google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.JobMetrics View Source
JobMetrics contains a collection of metrics descibing 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.
Attributes
- metricTime (String): Timestamp as of which metric values are current. Defaults to:
null
. - metrics (List[MetricUpdate]): All metrics for this job. Defaults to:
null
.