NodeEvaluationResult
junjo.NodeEvaluationResult
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”NodeEvaluationResult(run_id: str, node_definition_id: str, state: StateT)Detached result of one Node executed through Junjo’s normal lifecycle.
Parameters
Section titled “Parameters”| Name | Type | Description | Default |
|---|---|---|---|
run_id |
str |
Runtime ID of the generated one-Node evaluation Workflow. | |
node_definition_id |
str |
Definition ID of the evaluated Node instance. | |
state |
StateT |
Detached state snapshot after successful execution. |
Members
Section titled “Members”run_id
Section titled “run_id”run_id: strPublic attribute.
node_definition_id
Section titled “node_definition_id”node_definition_id: strPublic attribute.
state: StateTPublic attribute.