From 37a10d81bb9d149256ef9cf52ec5fbc23d68d8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 13 Jul 2023 12:43:47 +0200 Subject: [PATCH 1/2] [ML] Changes UI info text for model test and model deployment. --- .../public/application/model_management/deployment_setup.tsx | 4 ++-- .../models/text_classification/lang_ident_inference.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx b/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx index c3bd0394e19cc7..f7dfab58477185 100644 --- a/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx +++ b/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx @@ -239,7 +239,7 @@ export const DeploymentSetup: FC = ({ description={ } > @@ -282,7 +282,7 @@ export const DeploymentSetup: FC = ({ description={ } > diff --git a/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts b/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts index 198d30f42b6777..fda42e03a2f427 100644 --- a/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts +++ b/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts @@ -23,7 +23,7 @@ export class LangIdentInference extends InferenceBase Date: Thu, 13 Jul 2023 11:24:34 +0000 Subject: [PATCH 2/2] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../models/text_classification/lang_ident_inference.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts b/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts index fda42e03a2f427..5a96b1ddcf67ba 100644 --- a/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts +++ b/x-pack/plugins/ml/public/application/model_management/test_models/models/text_classification/lang_ident_inference.ts @@ -23,7 +23,8 @@ export class LangIdentInference extends InferenceBase