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.

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

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  2. newtype IntegerList

    gogol-dataflow Gogol.Dataflow.Types

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

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

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  4. newtype ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    The kind of filter to use.

  5. ProjectsJobsListFilter :: Text -> ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  6. pattern ProjectsJobsListFilter_Active :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

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

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

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

  9. pattern ProjectsJobsListFilter_Unknown :: ProjectsJobsListFilter

    gogol-dataflow Gogol.Dataflow.Types

    The filter isn't specified, or is unknown. This returns all jobs ordered on descending JobUuid.

  10. newtype ProjectsJobsListView

    gogol-dataflow Gogol.Dataflow.Types

    Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.

Page 254 of many | Previous | Next