Package ai.extend.types
Interface ClassifyRun.DashboardUrlStage
-
- All Known Implementing Classes:
ClassifyRun.Builder
- Enclosing class:
- ClassifyRun
public static interface ClassifyRun.DashboardUrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRun.CreatedAtStagedashboardUrl(java.lang.String dashboardUrl)The URL to view the classify run in the Extend dashboard.
-
-
-
Method Detail
-
dashboardUrl
ClassifyRun.CreatedAtStage dashboardUrl(@NotNull java.lang.String dashboardUrl)
The URL to view the classify run in the Extend dashboard.
-
-