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