From 0e96d4a4ff7684995348f89f7650542fcdea7507 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Tue, 12 Dec 2023 08:01:49 +0530 Subject: [PATCH] changing the trainingjob help description Issue-id: AIMLFW-65 Change-Id: If31e4630c03708314ae706b857f126dd877b7b06 Signed-off-by: rajdeep11 --- src/components/home/create/CreateTrainingJob.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/home/create/CreateTrainingJob.js b/src/components/home/create/CreateTrainingJob.js index 4950f4b..cb81cee 100644 --- a/src/components/home/create/CreateTrainingJob.js +++ b/src/components/home/create/CreateTrainingJob.js @@ -38,13 +38,21 @@ class CreateTrainingJob extends React.Component { It must be between 3 and 63 characters long.

It can only consist of Letters and numbers and underscore.

+ Model Management Service +

+ Enable it when using the model management service +

+ Model Name +

+ Mention the model name when model management service is enabled +

Training Function Name

- Select an existing training function name corresponding to a ML model + Select an existing training function name corresponding to a ML model, when model management service is disabled.

Feature Names

- Provide the feature group name here. + Select from existing feature groups, when model management service is disabled.

Feature Filter

-- 2.16.6