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