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