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