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