google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.MetricUpdate View Source
Describes the state of a metric.
Attributes
- cumulative (Boolean): True if this metric is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem. By default this is false, indicating that this metric is reported as a delta that is not associated with any WorkItem. Defaults to:
null
. - kind (String): Metric aggregation kind. The possible metric aggregation kinds are "Sum", "Max", "Min", "Mean", "Set", "And", "Or", and "Distribution". The specified aggregation kind is case-insensitive. If omitted, this is not an aggregated value but instead a single metric sample value. Defaults to:
null
. - name (MetricStructuredName): Name of the metric. Defaults to:
null
. - updateTime (String): Timestamp associated with the metric value. Optional when workers are reporting work progress; it will be filled in responses from the metrics API. Defaults to:
null
.