Package ai.extend.types
Interface WorkflowRun.ObjectStage
-
- All Known Implementing Classes:
WorkflowRun.Builder
- Enclosing class:
- WorkflowRun
public static interface WorkflowRun.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRun.Builderfrom(WorkflowRun other)WorkflowRun.IdStageobject(java.lang.String object)The type of response.
-
-
-
Method Detail
-
object
WorkflowRun.IdStage object(@NotNull java.lang.String object)
The type of response. In this case, it will always be
"workflow_run".
-
from
WorkflowRun.Builder from(WorkflowRun other)
-
-