View Source GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries (google_api_dataflow v0.46.0)

Information about the progress of some component of job execution.

Attributes

  • currentProgress (type: float(), default: nil) - The current progress of the component, in the range [0,1].
  • dataPoints (type: list(GoogleApi.Dataflow.V1b3.Model.Point.t), default: nil) - History of progress for the component. Points are sorted by time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries{
  currentProgress: float() | nil,
  dataPoints: [GoogleApi.Dataflow.V1b3.Model.Point.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.