Skip to content

Commit e2b5ab7

Browse files
authored
Fixed error while list evaluations (#999)
2 parents 7cdaee1 + ca44961 commit e2b5ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/aqua/evaluation/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ def _process(
13051305
"id": model_id,
13061306
"name": model.display_name,
13071307
"console_url": console_url,
1308-
"time_created": model.time_created,
1308+
"time_created": str(model.time_created),
13091309
"tags": tags,
13101310
"experiment": self._build_resource_identifier(
13111311
id=experiment_id,

0 commit comments

Comments
 (0)