Package ai.extend.types
Interface Workflow.VersionStage
-
- All Known Implementing Classes:
Workflow.Builder
- Enclosing class:
- Workflow
public static interface Workflow.VersionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Workflow.NameStageversion(java.lang.String version)The version of the workflow.
-
-
-
Method Detail
-
version
Workflow.NameStage version(@NotNull java.lang.String version)
The version of the workflow.
Examples:
"3","draft"
-
-