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