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