Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-dataflow Gogol.Dataflow No documentation available.
-
gogol-dataflow Gogol.Dataflow A resource alias for dataflow.projects.snapshots.list method which the DataflowProjectsSnapshotsList request conforms to.
-
gogol-dataflow Gogol.Dataflow A metric value representing a list of floating point numbers. See: newFloatingPointList smart constructor.
FloatingPointList :: Maybe [Double] -> FloatingPointListgogol-dataflow Gogol.Dataflow No documentation available.
-
gogol-dataflow Gogol.Dataflow A metric value representing a list of integers. See: newIntegerList smart constructor.
IntegerList :: Maybe [SplitInt64] -> IntegerListgogol-dataflow Gogol.Dataflow No documentation available.
newtype
ProjectsJobsListFilter gogol-dataflow Gogol.Dataflow The kind of filter to use.
ProjectsJobsListFilter :: Text -> ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow No documentation available.
pattern
ProjectsJobsListFilter_Active :: ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow Filters the jobs that are running ordered on the creation timestamp.
pattern
ProjectsJobsListFilter_All :: ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow Returns all running jobs first ordered on creation timestamp, then returns all terminated jobs ordered on the termination timestamp.