From 637fc169cc0ac9763bb17422c0dd367713d36b92 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Wed, 22 Mar 2023 13:37:31 +0530 Subject: [PATCH] changing Pipeline to Training Function Issue-Id: AIMLFW-38 Signed-off-by: rajdeep11 Change-Id: I55c52b7af4d419a735bdc7764296cbf4d16395a5 --- src/components/home/create/CreateTrainingJob.js | 4 ++-- src/components/home/form/CreateOrEditTrainingJobForm.js | 8 ++++---- src/components/home/pipelines/UploadPipeline.js | 8 ++++---- src/components/home/status/TrainingJobInfo.js | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/home/create/CreateTrainingJob.js b/src/components/home/create/CreateTrainingJob.js index 9f21439..5fe3390 100644 --- a/src/components/home/create/CreateTrainingJob.js +++ b/src/components/home/create/CreateTrainingJob.js @@ -38,9 +38,9 @@ class CreateTrainingJob extends React.Component { It must be between 3 and 63 characters long

It can only consist of lowercase Letters and numbers

- Pipeline Name + Training Function Name

- Select an existing pipeline name corresponding to a ML model + Select an existing training function name corresponding to a ML model

Experiment Name

diff --git a/src/components/home/form/CreateOrEditTrainingJobForm.js b/src/components/home/form/CreateOrEditTrainingJobForm.js index e8beec8..13cadbb 100644 --- a/src/components/home/form/CreateOrEditTrainingJobForm.js +++ b/src/components/home/form/CreateOrEditTrainingJobForm.js @@ -685,13 +685,13 @@ invokePutTrainingJob = event =>{ - Pipeline Name* + Training Function* - + { this.state.plList.map(data => ) } @@ -703,13 +703,13 @@ invokePutTrainingJob = event =>{ &&
- Pipeline Version Name* + Training Function Version Name* - + { this.state.plVerList.map(data => { if(data === this.state.plName){ diff --git a/src/components/home/pipelines/UploadPipeline.js b/src/components/home/pipelines/UploadPipeline.js index 8a58ead..2d55259 100644 --- a/src/components/home/pipelines/UploadPipeline.js +++ b/src/components/home/pipelines/UploadPipeline.js @@ -39,9 +39,9 @@ class UploadPipelineForm extends React.Component { Field descriptions - Training Job Name + Training Function Name

- Name of the Training Job.

+ Name of the Training Function.

should only contain lower or upper case alphanumerical characters and underscore



@@ -118,12 +118,12 @@ class UploadPipelineForm extends React.Component {
{' '}
- Pipeline Name* + Training Function Name* { - Pipeline Name + Training Function Name @@ -115,7 +115,7 @@ const TrainingJobInfo = (props) => { checked={enableVersioning} readOnly/> - Pipeline Version + Training Function Version -- 2.16.6