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