Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
TransformSummary_Kind_WRITEKIND :: TransformSummary_Kindgogol-dataflow Gogol.Dataflow.Types Write transform.
consumedParallelism :: ApproximateReportedProgress -> Maybe ReportedParallelismgogol-dataflow Gogol.Dataflow.Types Total amount of parallelism in the portion of input of this task that has already been consumed and is no longer active. In the first two examples above (see remainingparallelism), the value should be 29 or 2 respectively. The sum of remainingparallelism and consumed_parallelism should equal the total amount of parallelism in this work item. If specified, must be finite.
fractionConsumed :: ApproximateReportedProgress -> Maybe Doublegogol-dataflow Gogol.Dataflow.Types Completion as fraction of the input consumed, from 0.0 (beginning, nothing consumed), to 1.0 (end of the input, entire input consumed).
fractionConsumed :: ApproximateSplitRequest -> Maybe Doublegogol-dataflow Gogol.Dataflow.Types A fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input).
fromExecutionStageSummary_Kind :: ExecutionStageSummary_Kind -> Textgogol-dataflow Gogol.Dataflow.Types No documentation available.
fromStageSummary_State :: StageSummary_State -> Textgogol-dataflow Gogol.Dataflow.Types No documentation available.
fromTransformSummary_Kind :: TransformSummary_Kind -> Textgogol-dataflow Gogol.Dataflow.Types No documentation available.
meanSum :: MetricUpdate -> Maybe Valuegogol-dataflow Gogol.Dataflow.Types Worker-computed aggregate value for the "Mean" aggregation kind. This holds the sum of the aggregated values and is used in combination with mean_count below to obtain the actual mean aggregate value. The only possible value types are Long and Double.
newExecutionStageSummary :: ExecutionStageSummarygogol-dataflow Gogol.Dataflow.Types Creates a value of ExecutionStageSummary with the minimum fields required to make a request.
newStageSummary :: StageSummarygogol-dataflow Gogol.Dataflow.Types Creates a value of StageSummary with the minimum fields required to make a request.