google_api_dataflow v0.20.0 GoogleApi.Dataflow.V1b3.Model.JobMetrics View Source
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.
Attributes
metricTime
(type:DateTime.t
, default:nil
) - Timestamp as of which metric values are current.metrics
(type:list(GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t)
, default:nil
) - All metrics for this job.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.JobMetrics{ metricTime: DateTime.t(), metrics: [GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.