GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries (google_api_dataflow v0.39.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.ProgressTimeseries{
currentProgress: float() | nil,
dataPoints: [GoogleApi.Dataflow.V1b3.Model.Point.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.