Package ai.extend.types
Interface ExternalDataValidationStepRun.WorkflowRunIdStage
-
- All Known Implementing Classes:
ExternalDataValidationStepRun.Builder
- Enclosing class:
- ExternalDataValidationStepRun
public static interface ExternalDataValidationStepRun.WorkflowRunIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalDataValidationStepRun.StatusStageworkflowRunId(java.lang.String workflowRunId)The ID of the parent workflow run.
-
-
-
Method Detail
-
workflowRunId
ExternalDataValidationStepRun.StatusStage workflowRunId(@NotNull java.lang.String workflowRunId)
The ID of the parent workflow run.
Example:
"workflow_run_xKm9pNv3qWsY_jL2tR5Dh"
-
-