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