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",