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