Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. steps :: ExplainQueryStage -> Maybe [ExplainQueryStep]

    gogol-bigquery Gogol.BigQuery.Types

    List of operations within the stage in dependency order (approximately chronological).

  2. stepName :: JobExecutionStageInfo -> Maybe [Text]

    gogol-dataflow Gogol.Dataflow

    The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

  3. stepNamesHash :: PipelineDescription -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    A hash value of the submitted pipeline portable graph step names if exists.

  4. steps :: Job -> Maybe [Step]

    gogol-dataflow Gogol.Dataflow

    Exactly one of step or stepslocation should be specified. The top-level steps that constitute the entire job. Only retrieved with JOBVIEW_ALL.

  5. stepsLocation :: Job -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    The Cloud Storage location where the steps are stored.

  6. stepName :: JobExecutionStageInfo -> Maybe [Text]

    gogol-dataflow Gogol.Dataflow.Types

    The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

  7. stepNamesHash :: PipelineDescription -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    A hash value of the submitted pipeline portable graph step names if exists.

  8. steps :: Job -> Maybe [Step]

    gogol-dataflow Gogol.Dataflow.Types

    Exactly one of step or stepslocation should be specified. The top-level steps that constitute the entire job. Only retrieved with JOBVIEW_ALL.

  9. stepsLocation :: Job -> Maybe Text

    gogol-dataflow Gogol.Dataflow.Types

    The Cloud Storage location where the steps are stored.

  10. stepId :: OrderedJob -> Maybe Text

    gogol-dataproc Gogol.Dataproc

    Required. The step id. The id must be unique among all jobs within the template.The step id is used as prefix for job id, as job goog-dataproc-workflow-step-id label, and in prerequisiteStepIds field from other steps.The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.

Page 31 of many | Previous | Next