Hoogle Search

Within LTS Haskell 24.1 (ghc-9.10.2)

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

  1. WorkflowTemplatePlacement :: Maybe ClusterSelector -> Maybe ManagedCluster -> WorkflowTemplatePlacement

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  2. newtype WorkflowTemplate_Labels

    gogol-dataproc Gogol.Dataproc

    Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance.Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt).Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt).No more than 32 labels can be associated with a template. See: newWorkflowTemplate_Labels smart constructor.

  3. WorkflowTemplate_Labels :: HashMap Text Text -> WorkflowTemplate_Labels

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  4. newtype WorkflowGraph

    gogol-dataproc Gogol.Dataproc.Types

    The workflow graph. See: newWorkflowGraph smart constructor.

  5. WorkflowGraph :: Maybe [WorkflowNode] -> WorkflowGraph

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  6. data WorkflowMetadata

    gogol-dataproc Gogol.Dataproc.Types

    A Dataproc workflow template resource. See: newWorkflowMetadata smart constructor.

  7. WorkflowMetadata :: Maybe Text -> Maybe Text -> Maybe ClusterOperation -> Maybe DateTime -> Maybe DateTime -> Maybe Duration -> Maybe ClusterOperation -> Maybe DateTime -> Maybe WorkflowGraph -> Maybe WorkflowMetadata_Parameters -> Maybe DateTime -> Maybe WorkflowMetadata_State -> Maybe Text -> Maybe Int32 -> WorkflowMetadata

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  8. newtype WorkflowMetadata_Parameters

    gogol-dataproc Gogol.Dataproc.Types

    Map from parameter names to values that were used for those parameters. See: newWorkflowMetadata_Parameters smart constructor.

  9. WorkflowMetadata_Parameters :: HashMap Text Text -> WorkflowMetadata_Parameters

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  10. newtype WorkflowMetadata_State

    gogol-dataproc Gogol.Dataproc.Types

    Output only. The workflow state.

Page 5 of many | Previous | Next