resourceInfo property

Map<String, double>? resourceInfo
getter/setter pair

Cached version of all the metrics of interest for the job.

This value gets stored here when the job is terminated. As long as the job is running, this field is populated from the Dataflow API.

Implementation

core.Map<core.String, core.double>? resourceInfo;