-
-
-
-
-
-
-
-
- {{ s.icon }}
-
+
+
+
+ {{ fmt(h.update_time) }}
-
-
- {{ s.label }}
-
-
- {{ fmt(s.ts) }}
-
+
+ {{ (h.state || "").toUpperCase() }}
-
-
+
+
@@ -575,17 +940,34 @@ const fmt = (iso?: string) => (iso ? new Date(iso).toLocaleString() : "—");
{{ runs.length.toLocaleString() }}
-
+
+
+
+
+ Compare
+
+
+
(iso ? new Date(iso).toLocaleString() : "—");
-
+
Selected Run
@@ -731,7 +1113,7 @@ const fmt = (iso?: string) => (iso ? new Date(iso).toLocaleString() : "—");
-
+
(iso ? new Date(iso).toLocaleString() : "—");
+
(iso ? new Date(iso).toLocaleString() : "—");
-
- (준비중) X/Y 축 선택 후 산점도 표시
+
+ (준비중) X/Y 축 선택 후 산점도 표시
+
- (준비중) 메트릭 분포 Box Plot
+
+ (준비중) 메트릭 분포 Box Plot
+
- (준비중) 2D/3D Contour Plot
+
+ (준비중) 2D/3D Contour Plot
+
+
+
+ Back to List
+
+
+
+
+
+
+
+
+
+
+
+ Runs loaded:
+ {{ runs.length.toLocaleString() }}
+
+
+
+
+
+
+
+ mdi-check-decagram
+ {{ externalAuth?.name || externalAuth?.id }}
+
+
+
+ mdi-logout Logout
+
+
+ mdi-login Login
+
+
+
+
+
+
+
+
+ 이 실행에서 mlflow.log-model.history 태그를 찾을 수
+ 없어요.
+
+
+
+
+ Path:
+ {{
+ historyArtifactPath
+ }}
+
+
+
+ Artifacts
+
+
+
+
+
+ No files
+
+
+
+
+
+
+ mdi-folder
+ {{ g.base }}
+
+
+
+
+
+
+
+
+ {{ f.path.replace(g.base + "/", "") }}
+
+
+
+ {{ (f.file_size ?? 0).toLocaleString() }} bytes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mdi-folder
+ {{ historyArtifactPath }}
+
+
+
+
+
+
+
+
+
+ {{
+ historyArtifactPath &&
+ f.path.startsWith(historyArtifactPath + "/")
+ ? f.path.slice(historyArtifactPath.length + 1)
+ : f.path
+ }}
+
+
+
+ {{ (f.file_size ?? 0).toLocaleString() }} bytes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Back to List
@@ -800,49 +1411,95 @@ const fmt = (iso?: string) => (iso ? new Date(iso).toLocaleString() : "—");
+
+
+
+
+ {}"
+ :user-option="[]"
+ />
+
+
+
+
+
+
+ External Login
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ loginError }}
+
+
+
+
+ Login
+ Close
+
+
+
diff --git a/src/components/templates/run/experiment/ListComponent.vue b/src/components/templates/run/experiment/ListComponent.vue
index 6f052ef..38148b3 100644
--- a/src/components/templates/run/experiment/ListComponent.vue
+++ b/src/components/templates/run/experiment/ListComponent.vue
@@ -302,7 +302,7 @@ onMounted(() => {
-
Experiment
+
Experiment
diff --git a/src/components/templates/run/experiment/ViewComponent.vue b/src/components/templates/run/experiment/ViewComponent.vue
index 34d675e..039b985 100644
--- a/src/components/templates/run/experiment/ViewComponent.vue
+++ b/src/components/templates/run/experiment/ViewComponent.vue
@@ -185,7 +185,7 @@ watch(
-
View Details
+
View Details
diff --git a/src/components/templates/stepconfig/ListComponent.vue b/src/components/templates/stepconfig/ListComponent.vue
index 37759c7..7653716 100644
--- a/src/components/templates/stepconfig/ListComponent.vue
+++ b/src/components/templates/stepconfig/ListComponent.vue
@@ -317,7 +317,7 @@ onMounted(() => {
-
Workflows Step Config
+
Workflows Step Config
diff --git a/src/components/templates/stepconfig/ViewComponent.vue b/src/components/templates/stepconfig/ViewComponent.vue
index 582cffd..4f2ece7 100644
--- a/src/components/templates/stepconfig/ViewComponent.vue
+++ b/src/components/templates/stepconfig/ViewComponent.vue
@@ -96,7 +96,7 @@ watch(
-
View Details
+
View Details
diff --git a/src/components/templates/trainingscript/ListComponent.vue b/src/components/templates/trainingscript/ListComponent.vue
index 816b8fa..a941e17 100644
--- a/src/components/templates/trainingscript/ListComponent.vue
+++ b/src/components/templates/trainingscript/ListComponent.vue
@@ -355,7 +355,7 @@ watch(
-
TrainingScript
+
TrainingScript
diff --git a/src/components/templates/trainingscript/ViewComponent.vue b/src/components/templates/trainingscript/ViewComponent.vue
index ffdb147..a66c87a 100644
--- a/src/components/templates/trainingscript/ViewComponent.vue
+++ b/src/components/templates/trainingscript/ViewComponent.vue
@@ -110,7 +110,7 @@ onBeforeUnmount(() => {
-
View Details
+
View Details
diff --git a/src/components/templates/trainingscriptgroup/ListComponent.vue b/src/components/templates/trainingscriptgroup/ListComponent.vue
index 524675f..540a466 100644
--- a/src/components/templates/trainingscriptgroup/ListComponent.vue
+++ b/src/components/templates/trainingscriptgroup/ListComponent.vue
@@ -374,7 +374,7 @@ onMounted(fetchList);
-
TrainingScriptGroup
+
TrainingScriptGroup
diff --git a/src/components/templates/users/ListComponent.vue b/src/components/templates/users/ListComponent.vue
index 3069487..0ea673d 100644
--- a/src/components/templates/users/ListComponent.vue
+++ b/src/components/templates/users/ListComponent.vue
@@ -401,7 +401,7 @@ onMounted(async () => {
diff --git a/src/components/templates/workflow/ListComponent.vue b/src/components/templates/workflow/ListComponent.vue
index a45ce87..3d274f4 100644
--- a/src/components/templates/workflow/ListComponent.vue
+++ b/src/components/templates/workflow/ListComponent.vue
@@ -347,7 +347,7 @@ onMounted(() => {
diff --git a/src/components/templates/workflow/ViewComponent.vue b/src/components/templates/workflow/ViewComponent.vue
index 1ac72c8..1ae28c6 100644
--- a/src/components/templates/workflow/ViewComponent.vue
+++ b/src/components/templates/workflow/ViewComponent.vue
@@ -204,7 +204,7 @@ const steps = ref<
-
View Details
+
View Details
diff --git a/src/utils/menuUtils.js b/src/utils/menuUtils.js
index 2e5b344..834798b 100644
--- a/src/utils/menuUtils.js
+++ b/src/utils/menuUtils.js
@@ -23,12 +23,12 @@ export const menuUtils = {
{ title: "Executions", path: "/run/executions" },
],
},
- {
- title: "Deployment",
- path: "/deployment",
- value: "deployment",
- icon: "mdi-folder-search",
- },
+ // {
+ // title: "Deployment",
+ // path: "/deployment",
+ // value: "deployment",
+ // icon: "mdi-folder-search",
+ // },
{
title: "TrainingScriptGroup",
path: "/TrainingScriptGroup",