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