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.
FloatingPointList :: Maybe [Double] -> FloatingPointListgogol-dataflow Gogol.Dataflow.Types No documentation available.
-
gogol-dataflow Gogol.Dataflow.Types A metric value representing a list of integers. See: newIntegerList smart constructor.
IntegerList :: Maybe [SplitInt64] -> IntegerListgogol-dataflow Gogol.Dataflow.Types No documentation available.
newtype
ProjectsJobsListFilter gogol-dataflow Gogol.Dataflow.Types The kind of filter to use.
ProjectsJobsListFilter :: Text -> ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow.Types No documentation available.
pattern
ProjectsJobsListFilter_Active :: ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow.Types Filters the jobs that are running ordered on the creation timestamp.
pattern
ProjectsJobsListFilter_All :: ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow.Types Returns all running jobs first ordered on creation timestamp, then returns all terminated jobs ordered on the termination timestamp.
pattern
ProjectsJobsListFilter_Terminated :: ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow.Types Filters the jobs that have a terminated state, ordered on the termination timestamp. Example terminated states: JOB_STATE_STOPPED, JOB_STATE_UPDATED, JOB_STATE_DRAINED, etc.
pattern
ProjectsJobsListFilter_Unknown :: ProjectsJobsListFiltergogol-dataflow Gogol.Dataflow.Types The filter isn't specified, or is unknown. This returns all jobs ordered on descending JobUuid.
-
gogol-dataflow Gogol.Dataflow.Types Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.