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 = () => ( - + ); @@ -437,7 +437,7 @@ const SettingModelVersionAlias = () => ( - + ); @@ -472,7 +472,7 @@ const SettingModelVersionTag = () => ( - + ); diff --git a/ngui/ui/src/translations/en-US/app.json b/ngui/ui/src/translations/en-US/app.json index aa1f845cc..327a386d9 100644 --- a/ngui/ui/src/translations/en-US/app.json +++ b/ngui/ui/src/translations/en-US/app.json @@ -1155,10 +1155,10 @@ "mlProfilingIntegration.orInCaseOfError": "or in case of error", "mlProfilingIntegration.sendMetrics": "To send metrics, use the
send
method 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_version
method with the following parameter", - "mlProfilingIntegration.settingModelVersionAlias": "To set model version alias, use the
set_model_version_alias
method with the following parameter", + "mlProfilingIntegration.settingModelVersion": "To set custom model version, use the
model_version
method with the following parameter", + "mlProfilingIntegration.settingModelVersionAlias": "To set model version alias, use the
model_version_alias
method with the following parameter", "mlProfilingIntegration.settingModelVersionAliasTitle": "Setting model version alias", - "mlProfilingIntegration.settingModelVersionTag": "To add tags to a model version, use the
set_model_version_tag
method with the following parameters", + "mlProfilingIntegration.settingModelVersionTag": "To add tags to a model version, use the
model_version_tag
method with the following parameters", "mlProfilingIntegration.settingModelVersionTagKeyDescription": "key (str): tag name", "mlProfilingIntegration.settingModelVersionTagTitle": "Setting model version tag", "mlProfilingIntegration.settingModelVersionTagValueDescription": "value (str): tag value",