View Source GoogleApi.Dataflow.V1b3.Model.DataSamplingReport (google_api_dataflow v0.51.0)
Contains per-worker telemetry about the data sampling feature.
Attributes
-
bytesWrittenDelta
(type:String.t
, default:nil
) - Optional. Delta of bytes written to file from previous report. -
elementsSampledBytes
(type:String.t
, default:nil
) - Optional. Delta of bytes sampled from previous report. -
elementsSampledCount
(type:String.t
, default:nil
) - Optional. Delta of number of elements sampled from previous report. -
exceptionsSampledCount
(type:String.t
, default:nil
) - Optional. Delta of number of samples taken from user code exceptions from previous report. -
pcollectionsSampledCount
(type:String.t
, default:nil
) - Optional. Delta of number of PCollections sampled from previous report. -
persistenceErrorsCount
(type:String.t
, default:nil
) - Optional. Delta of errors counts from persisting the samples from previous report. -
translationErrorsCount
(type:String.t
, default:nil
) - Optional. Delta of errors counts from retrieving, or translating the samples from previous report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.DataSamplingReport{ bytesWrittenDelta: String.t() | nil, elementsSampledBytes: String.t() | nil, elementsSampledCount: String.t() | nil, exceptionsSampledCount: String.t() | nil, pcollectionsSampledCount: String.t() | nil, persistenceErrorsCount: String.t() | nil, translationErrorsCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.