oracle-ads 2.12.4__py3-none-any.whl → 2.12.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ads/aqua/evaluation/evaluation.py +1 -1
- {oracle_ads-2.12.4.dist-info → oracle_ads-2.12.5.dist-info}/METADATA +1 -1
- {oracle_ads-2.12.4.dist-info → oracle_ads-2.12.5.dist-info}/RECORD +6 -6
- {oracle_ads-2.12.4.dist-info → oracle_ads-2.12.5.dist-info}/LICENSE.txt +0 -0
- {oracle_ads-2.12.4.dist-info → oracle_ads-2.12.5.dist-info}/WHEEL +0 -0
- {oracle_ads-2.12.4.dist-info → oracle_ads-2.12.5.dist-info}/entry_points.txt +0 -0
@@ -1305,7 +1305,7 @@ class AquaEvaluationApp(AquaApp):
|
|
1305
1305
|
"id": model_id,
|
1306
1306
|
"name": model.display_name,
|
1307
1307
|
"console_url": console_url,
|
1308
|
-
"time_created": model.time_created,
|
1308
|
+
"time_created": str(model.time_created),
|
1309
1309
|
"tags": tags,
|
1310
1310
|
"experiment": self._build_resource_identifier(
|
1311
1311
|
id=experiment_id,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: oracle_ads
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.5
|
4
4
|
Summary: Oracle Accelerated Data Science SDK
|
5
5
|
Keywords: Oracle Cloud Infrastructure,OCI,Machine Learning,ML,Artificial Intelligence,AI,Data Science,Cloud,Oracle
|
6
6
|
Author: Oracle Data Science
|
@@ -28,7 +28,7 @@ ads/aqua/evaluation/__init__.py,sha256=Fd7WL7MpQ1FtJjlftMY2KHli5cz1wr5MDu3hGmV89
|
|
28
28
|
ads/aqua/evaluation/constants.py,sha256=GvcXvPIw-VDKw4a8WNKs36uWdT-f7VJrWSpnnRnthGg,1533
|
29
29
|
ads/aqua/evaluation/entities.py,sha256=bDIEtIwyNkUK-1S5jsbbne6xy49U-UmtuzzNuYf0tgk,5430
|
30
30
|
ads/aqua/evaluation/errors.py,sha256=qzR63YEIA8haCh4HcBHFFm7j4g6jWDfGszqrPkXx9zQ,4564
|
31
|
-
ads/aqua/evaluation/evaluation.py,sha256=
|
31
|
+
ads/aqua/evaluation/evaluation.py,sha256=iopL7A6RNfqsaLg19xsg9lRnSZ0aI6mkx8kooDyulio,58016
|
32
32
|
ads/aqua/extension/__init__.py,sha256=mRArjU6UZpZYVr0qHSSkPteA_CKcCZIczOFaK421m9o,1453
|
33
33
|
ads/aqua/extension/aqua_ws_msg_handler.py,sha256=PcRhBqGpq5aOPP0ibhaKfmkA8ajimldsvJC32o9JeTw,3291
|
34
34
|
ads/aqua/extension/base_handler.py,sha256=MuVxsJG66NdatL-Hh99UD3VQOQw1ir-q2YBajwh9cJk,5132
|
@@ -813,8 +813,8 @@ ads/type_discovery/unknown_detector.py,sha256=yZuYQReO7PUyoWZE7onhhtYaOg6088wf1y
|
|
813
813
|
ads/type_discovery/zipcode_detector.py,sha256=3AlETg_ZF4FT0u914WXvTT3F3Z6Vf51WiIt34yQMRbw,1421
|
814
814
|
ads/vault/__init__.py,sha256=x9tMdDAOdF5iDHk9u2di_K-ze5Nq068x25EWOBoWwqY,245
|
815
815
|
ads/vault/vault.py,sha256=hFBkpYE-Hfmzu1L0sQwUfYcGxpWmgG18JPndRl0NOXI,8624
|
816
|
-
oracle_ads-2.12.
|
817
|
-
oracle_ads-2.12.
|
818
|
-
oracle_ads-2.12.
|
819
|
-
oracle_ads-2.12.
|
820
|
-
oracle_ads-2.12.
|
816
|
+
oracle_ads-2.12.5.dist-info/entry_points.txt,sha256=9VFnjpQCsMORA4rVkvN8eH6D3uHjtegb9T911t8cqV0,35
|
817
|
+
oracle_ads-2.12.5.dist-info/LICENSE.txt,sha256=zoGmbfD1IdRKx834U0IzfFFFo5KoFK71TND3K9xqYqo,1845
|
818
|
+
oracle_ads-2.12.5.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
819
|
+
oracle_ads-2.12.5.dist-info/METADATA,sha256=lajLr7qS9UZDCuU_GbOg8A4NBYt7-sRjIxaGzBcFOTg,16217
|
820
|
+
oracle_ads-2.12.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|