Package ai.extend.types
Interface StepRunBase.IdStage
-
- All Known Implementing Classes:
StepRunBase.Builder
- Enclosing class:
- StepRunBase
public static interface StepRunBase.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepRunBase.Builderfrom(StepRunBase other)StepRunBase.WorkflowRunIdStageid(java.lang.String id)The ID of the workflow step run.
-
-
-
Method Detail
-
id
StepRunBase.WorkflowRunIdStage id(@NotNull java.lang.String id)
The ID of the workflow step run.
Example:
"workflow_step_run_xKm9pNv3qWsY_jL2tR5Dh"
-
from
StepRunBase.Builder from(StepRunBase other)
-
-