google_api_dataflow v0.8.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 (DateTime.t): Timestamp as of which metric values are current. Defaults to:
null
. - metrics ([MetricUpdate]): All metrics for this job. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.JobMetrics{
metricTime: DateTime.t(),
metrics: [GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t()]
}
t() :: %GoogleApi.Dataflow.V1b3.Model.JobMetrics{ metricTime: DateTime.t(), metrics: [GoogleApi.Dataflow.V1b3.Model.MetricUpdate.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.