File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ 2.12.9
6+ -------
7+ Release date: December 18, 2024
8+
9+ * Support freeform and defined tags for resource creation in AI Quick Actions.
10+ * Enhance LangChain Integration to accept the route parameter in the request headers.
11+
5122.12.8
613-------
714Release date: November 27, 2024
15+
816* Fixed bugs in the AI Quick Actions Model Deployment for models registered via Object Storage.
917
10182.12.7
1119-------
1220Release date: November 20, 2024
21+
1322* Fixed bugs in the AI Quick Actions Evaluation.
1423
15242.12.6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121
2222# Required
2323name = " oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24- version = " 2.12.8 "
24+ version = " 2.12.9 "
2525
2626# Optional
2727description = " Oracle Accelerated Data Science SDK"
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ class TestDataset:
253253 "created_on" : "2024-01-01T00:00:00.000000+00:00" ,
254254 "created_by" : "ocid1.user.oc1..<OCID>" ,
255255 "endpoint" : MODEL_DEPLOYMENT_URL ,
256- "private_endpoint_id" : "" ,
256+ "private_endpoint_id" : null ,
257257 "environment_variables" : {
258258 "BASE_MODEL" : "service_models/model-name/artifact" ,
259259 "MODEL_DEPLOY_ENABLE_STREAMING" : "true" ,
You can’t perform that action at this time.
0 commit comments