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