Package ai.extend.types
Interface WorkflowSummary.NameStage
-
- All Known Implementing Classes:
WorkflowSummary.Builder
- Enclosing class:
- WorkflowSummary
public static interface WorkflowSummary.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowSummary.CreatedAtStagename(java.lang.String name)The name of the workflow.
-
-
-
Method Detail
-
name
WorkflowSummary.CreatedAtStage name(@NotNull java.lang.String name)
The name of the workflow.
-
-