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. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEBASIC :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message is at the 'basic' level: useful for keeping track of the execution of a Dataflow pipeline. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

  2. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEDEBUG :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message is at the 'debug' level: typically only useful for software engineers working on the code the job is running. Typically, Dataflow pipeline runners do not display log messages at this level by default.

  3. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEDETAILED :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message is at the 'detailed' level: somewhat verbose, but potentially useful to users. Typically, Dataflow pipeline runners do not display log messages at this level by default. These messages are displayed by default in the Dataflow monitoring UI.

  4. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEERROR :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message is at the 'error' level: indicating a condition preventing a job from succeeding. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

  5. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEIMPORTANCEUNKNOWN :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message importance isn't specified, or is unknown.

  6. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEWARNING :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message is at the 'warning' level: indicating a condition pertaining to a job which may require human intervention. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

  7. newtype ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow

    The kind of filter to use.

  8. ProjectsLocationsJobsListFilter :: Text -> ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  9. pattern ProjectsLocationsJobsListFilter_Active :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

  10. pattern ProjectsLocationsJobsListFilter_All :: ProjectsLocationsJobsListFilter

    gogol-dataflow Gogol.Dataflow

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

Page 246 of many | Previous | Next