Package ai.extend.types
Interface ProcessorRun.UrlStage
-
- All Known Implementing Classes:
ProcessorRun.Builder
- Enclosing class:
- ProcessorRun
public static interface ProcessorRun.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRun._FinalStageurl(java.lang.String url)The URL to view the processor run.
-
-
-
Method Detail
-
url
ProcessorRun._FinalStage url(@NotNull java.lang.String url)
The URL to view the processor run.
-
-