Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern ProjectsLocationsJobsGetView_JOBVIEWSUMMARY :: ProjectsLocationsJobsGetView

    gogol-dataflow Gogol.Dataflow

    Request summary information only: Project ID, Job ID, job name, job type, job status, start/end time, and Cloud SDK version details.

  2. pattern ProjectsLocationsJobsListView_JOBVIEWSUMMARY :: ProjectsLocationsJobsListView

    gogol-dataflow Gogol.Dataflow

    Request summary information only: Project ID, Job ID, job name, job type, job status, start/end time, and Cloud SDK version details.

  3. data StageSummary

    gogol-dataflow Gogol.Dataflow

    Information about a particular execution stage of a job. See: newStageSummary smart constructor.

  4. StageSummary :: Maybe DateTime -> Maybe [MetricUpdate] -> Maybe ProgressTimeseries -> Maybe Text -> Maybe DateTime -> Maybe StageSummary_State -> Maybe StragglerSummary -> StageSummary

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  5. newtype StageSummary_State

    gogol-dataflow Gogol.Dataflow

    State of this stage.

  6. StageSummary_State :: Text -> StageSummary_State

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. pattern StageSummary_State_EXECUTIONSTATECANCELLED :: StageSummary_State

    gogol-dataflow Gogol.Dataflow

    Execution of the component was cancelled.

  8. pattern StageSummary_State_EXECUTIONSTATEFAILED :: StageSummary_State

    gogol-dataflow Gogol.Dataflow

    The component failed.

  9. pattern StageSummary_State_EXECUTIONSTATENOTSTARTED :: StageSummary_State

    gogol-dataflow Gogol.Dataflow

    The component is not yet running.

  10. pattern StageSummary_State_EXECUTIONSTATERUNNING :: StageSummary_State

    gogol-dataflow Gogol.Dataflow

    The component is currently running.

Page 278 of many | Previous | Next