mlrun 1.6.4rc6__py3-none-any.whl → 1.6.4rc8__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.
Potentially problematic release.
This version of mlrun might be problematic. Click here for more details.
- mlrun/model_monitoring/stream_processing.py +0 -3
- mlrun/serving/v2_serving.py +1 -5
- mlrun/utils/version/version.json +2 -2
- {mlrun-1.6.4rc6.dist-info → mlrun-1.6.4rc8.dist-info}/METADATA +1 -1
- {mlrun-1.6.4rc6.dist-info → mlrun-1.6.4rc8.dist-info}/RECORD +9 -9
- {mlrun-1.6.4rc6.dist-info → mlrun-1.6.4rc8.dist-info}/WHEEL +1 -1
- {mlrun-1.6.4rc6.dist-info → mlrun-1.6.4rc8.dist-info}/LICENSE +0 -0
- {mlrun-1.6.4rc6.dist-info → mlrun-1.6.4rc8.dist-info}/entry_points.txt +0 -0
- {mlrun-1.6.4rc6.dist-info → mlrun-1.6.4rc8.dist-info}/top_level.txt +0 -0
|
@@ -1078,9 +1078,6 @@ class UpdateEndpoint(mlrun.feature_store.steps.MapClass):
|
|
|
1078
1078
|
self.model_endpoint_store_target = model_endpoint_store_target
|
|
1079
1079
|
|
|
1080
1080
|
def do(self, event: dict):
|
|
1081
|
-
# Remove labels from the event
|
|
1082
|
-
event.pop(EventFieldType.LABELS)
|
|
1083
|
-
|
|
1084
1081
|
update_endpoint_record(
|
|
1085
1082
|
project=self.project,
|
|
1086
1083
|
endpoint_id=event.pop(EventFieldType.ENDPOINT_ID),
|
mlrun/serving/v2_serving.py
CHANGED
|
@@ -485,11 +485,7 @@ def _init_endpoint_record(
|
|
|
485
485
|
return None
|
|
486
486
|
|
|
487
487
|
# Generating version model value based on the model name and model version
|
|
488
|
-
if model.
|
|
489
|
-
# Enrich the model server with the model artifact metadata
|
|
490
|
-
model.get_model()
|
|
491
|
-
model.version = model.model_spec.tag
|
|
492
|
-
model.labels = model.model_spec.labels
|
|
488
|
+
if model.version:
|
|
493
489
|
versioned_model_name = f"{model.name}:{model.version}"
|
|
494
490
|
else:
|
|
495
491
|
versioned_model_name = f"{model.name}:latest"
|
mlrun/utils/version/version.json
CHANGED
|
@@ -206,7 +206,7 @@ mlrun/model_monitoring/features_drift_table.py,sha256=OEDb_YZm3cyzszzC4SDqi7ufwO
|
|
|
206
206
|
mlrun/model_monitoring/helpers.py,sha256=l8RCxOGBoScZSL4M-x4fIfpsfH7wjSQpqA_t-HVk0BI,7087
|
|
207
207
|
mlrun/model_monitoring/model_endpoint.py,sha256=BBtxdY5ciormI_al4zshmIp0GN7hGhOCn-hLgpCXek0,3938
|
|
208
208
|
mlrun/model_monitoring/prometheus.py,sha256=Z0UWmhQ-dpGGH31gCiGdfmhfj-RFRf1Tu1bYVe-k4jk,7605
|
|
209
|
-
mlrun/model_monitoring/stream_processing.py,sha256=
|
|
209
|
+
mlrun/model_monitoring/stream_processing.py,sha256=mUmF12byO8h5CPszEqrI0xFbOWiyCYr493r58EElWyQ,49150
|
|
210
210
|
mlrun/model_monitoring/tracking_policy.py,sha256=Q6_p4y1ZcRHqs24c_1_4m9E1gYnaOm6pLCNGT22dWKM,5221
|
|
211
211
|
mlrun/model_monitoring/writer.py,sha256=IWPzPenoAkfIxlvn0IdcdB19Nxqmg4mjbo3-RnYWw9A,8669
|
|
212
212
|
mlrun/model_monitoring/stores/__init__.py,sha256=adU_G07jkD3JUT8__d0jAxs9nNomL7igKmd6uVM9L50,4525
|
|
@@ -275,7 +275,7 @@ mlrun/serving/serving_wrapper.py,sha256=R670-S6PX_d5ER6jiHtRvacuPyFzQH0mEf2K0sBI
|
|
|
275
275
|
mlrun/serving/states.py,sha256=LORqEyNR6Rxq-rH0VfVvJ_aff3ws_KoT83UqXNccjyY,54821
|
|
276
276
|
mlrun/serving/utils.py,sha256=PbXvmkqUAAE0jAfnsUwTOHEQsnhMpmuREv_yB21hvv4,3784
|
|
277
277
|
mlrun/serving/v1_serving.py,sha256=5BVvsvjG4zsq3LMnYp0ZE8qFs-qcfQSD3SOSziEYQqQ,11813
|
|
278
|
-
mlrun/serving/v2_serving.py,sha256=
|
|
278
|
+
mlrun/serving/v2_serving.py,sha256=fAMA52lBvpLFpUa8LKHjRAwBZp_sR0wUmmtrN1ChJC4,21823
|
|
279
279
|
mlrun/track/__init__.py,sha256=LWRUHJt8JyFW17FyNPOVyWd-NXTf1iptzsK9KFj5fuY,765
|
|
280
280
|
mlrun/track/tracker.py,sha256=y-UdhC2nzM6r-yHCwvrfiHRr93xsr4JRsZTxDrTTRJo,3541
|
|
281
281
|
mlrun/track/tracker_manager.py,sha256=ZZzXtgQ-t4ah64XeAHNCbZ2VMOK_0E0RHv0pIowynjA,5732
|
|
@@ -304,11 +304,11 @@ mlrun/utils/notifications/notification/ipython.py,sha256=qrBmtECiRG6sZpCIVMg7RZc
|
|
|
304
304
|
mlrun/utils/notifications/notification/slack.py,sha256=5JysqIpUYUZKXPSeeZtbl7qb2L9dj7p2NvnEBcEsZkA,3898
|
|
305
305
|
mlrun/utils/notifications/notification/webhook.py,sha256=QHezCuN5uXkLcroAGxGrhGHaxAdUvkDLIsp27_Yrfd4,2390
|
|
306
306
|
mlrun/utils/version/__init__.py,sha256=7kkrB7hEZ3cLXoWj1kPoDwo4MaswsI2JVOBpbKgPAgc,614
|
|
307
|
-
mlrun/utils/version/version.json,sha256=
|
|
307
|
+
mlrun/utils/version/version.json,sha256=La_XGF6SbhcwkFYKFdFI9EQCOnZBLijMFCCUPGQtfg0,88
|
|
308
308
|
mlrun/utils/version/version.py,sha256=HMwseV8xjTQ__6T6yUWojx_z6yUj7Io7O4NcCCH_sz8,1970
|
|
309
|
-
mlrun-1.6.
|
|
310
|
-
mlrun-1.6.
|
|
311
|
-
mlrun-1.6.
|
|
312
|
-
mlrun-1.6.
|
|
313
|
-
mlrun-1.6.
|
|
314
|
-
mlrun-1.6.
|
|
309
|
+
mlrun-1.6.4rc8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
310
|
+
mlrun-1.6.4rc8.dist-info/METADATA,sha256=5zw0ZQ2Y-6cjIbNHlYaO6soz99-xEd4FqC5FZsXS5rk,18403
|
|
311
|
+
mlrun-1.6.4rc8.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
312
|
+
mlrun-1.6.4rc8.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
|
|
313
|
+
mlrun-1.6.4rc8.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
|
|
314
|
+
mlrun-1.6.4rc8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|