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