GoogleApi.Dataflow.V1b3.Model.JobMetrics (google_api_dataflow v0.30.1) 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

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.JobMetrics{
  metricTime: DateTime.t(),
  metrics: [GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.