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.

  1. newDataflowProjectsSnapshotsList :: Text -> DataflowProjectsSnapshotsList

    gogol-dataflow Gogol.Dataflow.Projects.Snapshots.List

    Creates a value of DataflowProjectsSnapshotsList with the minimum fields required to make a request.

  2. newtype FloatingPointList

    gogol-dataflow Gogol.Dataflow.Types

    A metric value representing a list of floating point numbers. See: newFloatingPointList smart constructor.

  3. FloatingPointList :: Maybe [Double] -> FloatingPointList

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  4. newtype IntegerList

    gogol-dataflow Gogol.Dataflow.Types

    A metric value representing a list of integers. See: newIntegerList smart constructor.

  5. IntegerList :: Maybe [SplitInt64] -> IntegerList

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  6. newtype ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    The kind of filter to use.

  7. ProjectsJobsListFilter :: Text -> ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  8. pattern ProjectsJobsListFilter_Active :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    Filters the jobs that are running ordered on the creation timestamp.

  9. pattern ProjectsJobsListFilter_All :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    Returns all running jobs first ordered on creation timestamp, then returns all terminated jobs ordered on the termination timestamp.

  10. pattern ProjectsJobsListFilter_Terminated :: ProjectsJobsListFilter

    gogol-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.

Page 255 of many | Previous | Next