Package ai.extend.types
Interface WorkflowRunSummary.DashboardUrlStage
-
- All Known Implementing Classes:
WorkflowRunSummary.Builder
- Enclosing class:
- WorkflowRunSummary
public static interface WorkflowRunSummary.DashboardUrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunSummary.CreatedAtStagedashboardUrl(java.lang.String dashboardUrl)A URL to view this workflow run in the Extend dashboard.
-
-
-
Method Detail
-
dashboardUrl
WorkflowRunSummary.CreatedAtStage dashboardUrl(@NotNull java.lang.String dashboardUrl)
A URL to view this workflow run in the Extend dashboard.
Example:
"https://dashboard.extend.ai/workflows/workflow_run_xKm9pNv3qWsY_jL2tR5Dh"
-
-