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