|
|
|
@ -851,11 +851,7 @@ const artifactsLoading = ref(false);
|
|
|
|
<v-window v-model="mainTab">
|
|
|
|
<v-window v-model="mainTab">
|
|
|
|
<!-- ========= Details ========= -->
|
|
|
|
<!-- ========= Details ========= -->
|
|
|
|
<v-window-item value="details">
|
|
|
|
<v-window-item value="details">
|
|
|
|
<v-card
|
|
|
|
<v-card flat class="bordered-box mb-6 w-100 rounded-lg pa-8">
|
|
|
|
flat
|
|
|
|
|
|
|
|
class="bordered-box mb-6 w-100 rounded-lg pa-8"
|
|
|
|
|
|
|
|
color="grey-lighten-3"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<v-card-title class="grey lighten-4 py-2 px-4">
|
|
|
|
<v-card-title class="grey lighten-4 py-2 px-4">
|
|
|
|
<span class="font-weight-bold">Execution Information</span>
|
|
|
|
<span class="font-weight-bold">Execution Information</span>
|
|
|
|
</v-card-title>
|
|
|
|
</v-card-title>
|
|
|
|
@ -971,7 +967,7 @@ const artifactsLoading = ref(false);
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ========= Visualizations ========= -->
|
|
|
|
<!-- ========= Visualizations ========= -->
|
|
|
|
<v-window-item value="viz">
|
|
|
|
<v-window-item value="viz">
|
|
|
|
<v-card class="rounded-lg pa-8 w-100" color="grey-lighten-3">
|
|
|
|
<v-card class="rounded-lg pa-8 w-100">
|
|
|
|
<v-window v-model="vizTab">
|
|
|
|
<v-window v-model="vizTab">
|
|
|
|
<v-window-item value="metrics">
|
|
|
|
<v-window-item value="metrics">
|
|
|
|
<v-card-text>
|
|
|
|
<v-card-text>
|
|
|
|
@ -1035,7 +1031,7 @@ const artifactsLoading = ref(false);
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Selected Run -->
|
|
|
|
<!-- Selected Run -->
|
|
|
|
<!-- Selected Run -->
|
|
|
|
<!-- Selected Run -->
|
|
|
|
<v-card flat class="mb-6" color="grey-lighten-3">
|
|
|
|
<v-card flat class="mb-6">
|
|
|
|
<v-card-title
|
|
|
|
<v-card-title
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
@ -1162,7 +1158,7 @@ const artifactsLoading = ref(false);
|
|
|
|
</v-card>
|
|
|
|
</v-card>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Model Metrics table -->
|
|
|
|
<!-- Model Metrics table -->
|
|
|
|
<v-card flat class="mb-6" color="grey-lighten-3">
|
|
|
|
<v-card flat class="mb-6">
|
|
|
|
<v-card-title
|
|
|
|
<v-card-title
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
>Model Metrics (selected run)</v-card-title
|
|
|
|
>Model Metrics (selected run)</v-card-title
|
|
|
|
@ -1192,7 +1188,7 @@ const artifactsLoading = ref(false);
|
|
|
|
</v-card>
|
|
|
|
</v-card>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Bar chart -->
|
|
|
|
<!-- Bar chart -->
|
|
|
|
<v-card flat class="mb-6" color="grey-lighten-3">
|
|
|
|
<v-card flat class="mb-6">
|
|
|
|
<v-card-title
|
|
|
|
<v-card-title
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
>Metrics (bar chart)</v-card-title
|
|
|
|
>Metrics (bar chart)</v-card-title
|
|
|
|
@ -1230,7 +1226,7 @@ const artifactsLoading = ref(false);
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ========= Artifacts (Two-step, Flat) ========= -->
|
|
|
|
<!-- ========= Artifacts (Two-step, Flat) ========= -->
|
|
|
|
<v-window-item value="artifacts">
|
|
|
|
<v-window-item value="artifacts">
|
|
|
|
<v-card class="rounded-lg pa-8 w-100" color="grey-lighten-3">
|
|
|
|
<v-card class="rounded-lg pa-8 w-100">
|
|
|
|
<v-card-text>
|
|
|
|
<v-card-text>
|
|
|
|
<v-row class="mb-4" align="center">
|
|
|
|
<v-row class="mb-4" align="center">
|
|
|
|
<v-col
|
|
|
|
<v-col
|
|
|
|
@ -1324,7 +1320,7 @@ const artifactsLoading = ref(false);
|
|
|
|
</v-alert>
|
|
|
|
</v-alert>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 바깥 카드도 flat, 타이틀 톤 통일 -->
|
|
|
|
<!-- 바깥 카드도 flat, 타이틀 톤 통일 -->
|
|
|
|
<v-card flat color="grey-lighten-3" class="mb-2">
|
|
|
|
<v-card flat class="mb-2">
|
|
|
|
<v-card-title
|
|
|
|
<v-card-title
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
class="py-2 px-0 text-button text-medium-emphasis"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|