From fa4a87fbb09b66b42c1c1a5f75f4f13dfd5c4f94 Mon Sep 17 00:00:00 2001
From: ek-hystax <33006768+ek-hystax@users.noreply.github.com>
Date: Thu, 18 Apr 2024 10:41:04 +0400
Subject: [PATCH] OS-7486. Change command names
---
.../ProfilingIntegration/ProfilingIntegration.tsx | 6 +++---
ngui/ui/src/translations/en-US/app.json | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx b/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx
index bcb20b75a..99b1e6ccb 100644
--- a/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx
+++ b/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx
@@ -377,7 +377,7 @@ const SettingModelVersion = () => (
-
sendmethod with the following metric", "mlProfilingIntegration.sendMetricsDataDescription": "data (dict): a dictionary of metric names and their respective values (note that metric data values should be numeric).", - "mlProfilingIntegration.settingModelVersion": "To set custom model version, use the
set_model_versionmethod with the following parameter", - "mlProfilingIntegration.settingModelVersionAlias": "To set model version alias, use the
set_model_version_aliasmethod with the following parameter", + "mlProfilingIntegration.settingModelVersion": "To set custom model version, use the
model_versionmethod with the following parameter", + "mlProfilingIntegration.settingModelVersionAlias": "To set model version alias, use the
model_version_aliasmethod with the following parameter", "mlProfilingIntegration.settingModelVersionAliasTitle": "Setting model version alias", - "mlProfilingIntegration.settingModelVersionTag": "To add tags to a model version, use the
set_model_version_tagmethod with the following parameters", + "mlProfilingIntegration.settingModelVersionTag": "To add tags to a model version, use the
model_version_tagmethod with the following parameters", "mlProfilingIntegration.settingModelVersionTagKeyDescription": "key (str): tag name", "mlProfilingIntegration.settingModelVersionTagTitle": "Setting model version tag", "mlProfilingIntegration.settingModelVersionTagValueDescription": "value (str): tag value",