File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ def create(
688
688
category = "aqua/evaluation/create" ,
689
689
action = "shape" ,
690
690
detail = create_aqua_evaluation_details .shape_name ,
691
- value = evaluation_source . display_name ,
691
+ value = self . _get_service_model_name ( evaluation_source ) ,
692
692
)
693
693
694
694
# tracks unique evaluation that were created for the given evaluation source
@@ -785,7 +785,7 @@ def _build_evaluation_runtime(
785
785
)
786
786
787
787
return runtime
788
-
788
+
789
789
@staticmethod
790
790
def _get_service_model_name (
791
791
source : Union [ModelDeployment , DataScienceModel ]
@@ -811,7 +811,7 @@ def _get_service_model_name(
811
811
return source .freeform_tags .get (Tags .AQUA_MODEL_NAME_TAG .value )
812
812
else :
813
813
return extract_id_and_name_from_tag (fine_tuned_model_tag )[1 ]
814
-
814
+
815
815
return source .display_name
816
816
817
817
@staticmethod
You can’t perform that action at this time.
0 commit comments