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