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