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