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.
pattern
WorkflowNode_State_Completed :: WorkflowNode_Stategogol-dataproc Gogol.Dataproc.Types The node completed successfully.
pattern
WorkflowNode_State_Failed :: WorkflowNode_Stategogol-dataproc Gogol.Dataproc.Types The node failed. A node can be marked FAILED because its ancestor or peer failed.
pattern
WorkflowNode_State_NODESTATEUNSPECIFIED :: WorkflowNode_Stategogol-dataproc Gogol.Dataproc.Types State is unspecified.
pattern
WorkflowNode_State_Runnable :: WorkflowNode_Stategogol-dataproc Gogol.Dataproc.Types The node is runnable but not running.
pattern
WorkflowNode_State_Running :: WorkflowNode_Stategogol-dataproc Gogol.Dataproc.Types The node is running.
-
gogol-dataproc Gogol.Dataproc.Types A Dataproc workflow template resource. See: newWorkflowTemplate smart constructor.
-
gogol-dataproc Gogol.Dataproc.Types No documentation available.
data
WorkflowTemplatePlacement gogol-dataproc Gogol.Dataproc.Types Specifies workflow execution target.Either managedcluster or clusterselector is required. See: newWorkflowTemplatePlacement smart constructor.
-
gogol-dataproc Gogol.Dataproc.Types No documentation available.
newtype
WorkflowTemplate_Labels gogol-dataproc Gogol.Dataproc.Types 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.