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