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