abacusai.workflow_graph_node_details
Classes
A workflow graph node in the workflow graph. |
Module Contents
- class abacusai.workflow_graph_node_details.WorkflowGraphNodeDetails(client, packageRequirements=None, workflowGraphNode={})
Bases:
abacusai.return_class.AbstractApiClass
A workflow graph node in the workflow graph.
- Parameters:
client (ApiClient) – An authenticated API Client instance
packageRequirements (list[str]) – A list of package requirements that the node source code will need.
workflowGraphNode (WorkflowGraphNode) – The workflow graph node object.
- package_requirements = None
- workflow_graph_node
- deprecated_keys
- __repr__()