Compare Executions
diff --git a/src/components/templates/run/executions/ViewComponent.vue b/src/components/templates/run/executions/ViewComponent.vue
index e446e23..fe62392 100644
--- a/src/components/templates/run/executions/ViewComponent.vue
+++ b/src/components/templates/run/executions/ViewComponent.vue
@@ -851,7 +851,11 @@ const artifactsLoading = ref(false);
-
+
Execution Information
@@ -959,15 +963,15 @@ const artifactsLoading = ref(false);
-
+
Back to List
-
+
-
+
@@ -1030,15 +1034,28 @@ const artifactsLoading = ref(false);
-
- Selected Run
-
+
+
+
+ Selected Run
+
+
+
+
+
+
+ | Field |
+ Value |
+
+
- | Run ID |
+ Run ID |
{{ runDetail?.info?.run_id || "—" }} |
@@ -1077,12 +1094,17 @@ const artifactsLoading = ref(false);
+
- Parameters
-
+
+ Parameters
+
+
- | Key |
+ Key |
Value |
@@ -1101,42 +1123,16 @@ const artifactsLoading = ref(false);
-
-
-
-
- Metrics
-
-
-
- | Metric |
- Value |
-
-
-
-
- |
- No metrics
- |
-
-
- | {{ m.key }} |
- {{ m.value }} |
-
-
-
-
-
-
- Tags
+
+ Tags
+
- | Key |
+ Key |
Value |
@@ -1166,7 +1162,7 @@ const artifactsLoading = ref(false);
-
+
Model Metrics (selected run)
-
+
Metrics (bar chart)
-
+
Back to List
-
+
-
+
mdi-check-decagram
{{ externalAuth?.name || externalAuth?.id }}
+
mdi-rocket-launch Deploy
+
-
- Artifacts
-
+
+
+
+ Artifacts
+
+
@@ -1338,6 +1341,7 @@ const artifactsLoading = ref(false);
Actions |
+
|
-
- Open
-
+ Open
@@ -1427,9 +1429,9 @@ const artifactsLoading = ref(false);
-
+
Back to List
-
+
diff --git a/src/components/templates/run/experiment/ViewComponent.vue b/src/components/templates/run/experiment/ViewComponent.vue
index 039b985..c7d496d 100644
--- a/src/components/templates/run/experiment/ViewComponent.vue
+++ b/src/components/templates/run/experiment/ViewComponent.vue
@@ -194,6 +194,7 @@ watch(
Experiment Information
@@ -247,18 +248,18 @@ watch(
-
+
Runs
-
+
총 {{ runRows.length.toLocaleString() }}개 · Experiment ID:
{{ experimentId || "-" }}
-
+
@@ -336,9 +337,9 @@ watch(
-
+
Back to List
-
+
diff --git a/src/components/templates/trainingscript/ViewComponent.vue b/src/components/templates/trainingscript/ViewComponent.vue
index a66c87a..c15c988 100644
--- a/src/components/templates/trainingscript/ViewComponent.vue
+++ b/src/components/templates/trainingscript/ViewComponent.vue
@@ -115,7 +115,11 @@ onBeforeUnmount(() => {
-
+
Training Script Information
@@ -160,16 +164,20 @@ onBeforeUnmount(() => {
-
+
Training Script Preview
-
+
Back to List
-
+
diff --git a/src/components/templates/workflow/ViewComponent.vue b/src/components/templates/workflow/ViewComponent.vue
index 1ae28c6..048e67d 100644
--- a/src/components/templates/workflow/ViewComponent.vue
+++ b/src/components/templates/workflow/ViewComponent.vue
@@ -222,7 +222,10 @@ const steps = ref<
-
+
Workflow Information