Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newDataflowProjectsSnapshotsList :: Text -> DataflowProjectsSnapshotsListgogol-dataflow Gogol.Dataflow.Projects.Snapshots.List Creates a value of DataflowProjectsSnapshotsList with the minimum fields required to make a request.
-
gogol-dataflow Gogol.Dataflow.Types A metric value representing a list of floating point numbers. See: newFloatingPointList smart constructor.
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.