Package ai.extend.types
Interface WorkflowRun.NameStage
-
- All Known Implementing Classes:
WorkflowRun.Builder
- Enclosing class:
- WorkflowRun
public static interface WorkflowRun.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRun.UrlStagename(java.lang.String name)The name of the workflow run.
-
-
-
Method Detail
-
name
WorkflowRun.UrlStage name(@NotNull java.lang.String name)
The name of the workflow run.
Example:
"myFirstFile.pdf"
-
-