Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-dataflow Gogol.Dataflow.Types Settings for WorkerPool autoscaling. See: newAutoscalingSettings smart constructor.
AutoscalingSettings :: Maybe AutoscalingSettings_Algorithm -> Maybe Int32 -> AutoscalingSettingsgogol-dataflow Gogol.Dataflow.Types No documentation available.
newtype
AutoscalingSettings_Algorithm gogol-dataflow Gogol.Dataflow.Types The algorithm to use for autoscaling.
AutoscalingSettings_Algorithm :: Text -> AutoscalingSettings_Algorithmgogol-dataflow Gogol.Dataflow.Types No documentation available.
pattern
AutoscalingSettings_Algorithm_AUTOSCALINGALGORITHMBASIC :: AutoscalingSettings_Algorithmgogol-dataflow Gogol.Dataflow.Types Increase worker count over time to reduce job execution time.
pattern
AutoscalingSettings_Algorithm_AUTOSCALINGALGORITHMNONE :: AutoscalingSettings_Algorithmgogol-dataflow Gogol.Dataflow.Types Disable autoscaling.
pattern
AutoscalingSettings_Algorithm_AUTOSCALINGALGORITHMUNKNOWN :: AutoscalingSettings_Algorithmgogol-dataflow Gogol.Dataflow.Types The algorithm is unknown, or unspecified.
pattern
CounterMetadata_Kind_Set :: CounterMetadata_Kindgogol-dataflow Gogol.Dataflow.Types Aggregated value is a set of unique contributed values.
pattern
NameAndKind_Kind_Set :: NameAndKind_Kindgogol-dataflow Gogol.Dataflow.Types Aggregated value is a set of unique contributed values.
-
gogol-dataflow Gogol.Dataflow.Types A task which initializes part of a streaming Dataflow job. See: newStreamingSetupTask smart constructor.