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.CreatedAtStageversion(java.lang.String version)The version number as a string, or"draft"for the draft version.
-
-
-
Method Detail
-
version
WorkflowVersion.CreatedAtStage version(@NotNull java.lang.String version)
The version number as a string, or
"draft"for the draft version.
-
-