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