It must be between 3 and 63 characters long <br></br>
It can only consist of lowercase Letters and numbers
<br></br>
- <strong>Pipeline Name</strong>
+ <strong>Training Function Name</strong>
<br></br>
- Select an existing pipeline name corresponding to a ML model
+ Select an existing training function name corresponding to a ML model
<br></br>
<strong>Experiment Name</strong>
<br></br>
</Form.Group>
<Form.Group controlId="plName">
- <Form.Label>Pipeline Name*</Form.Label>
+ <Form.Label>Training Function*</Form.Label>
<Form.Control as="select"
required
value={this.state.plName}
onChange={this.handlePLNameChange}>
- <option key="" value="" disabled> --- Select Pipeline --- </option>
+ <option key="" value="" disabled> --- Select Training Function --- </option>
{
this.state.plList.map(data => <option key={data} value={data}>{data}</option>)
}
&&
<div>
<Form.Group controlId="plVesName">
- <Form.Label>Pipeline Version Name*</Form.Label>
+ <Form.Label>Training Function Version Name*</Form.Label>
<Form.Control as="select"
required
value={this.state.plVerName}
onChange={this.handlePipelineVersionChange}>
- <option key="" value="" disabled> --- Select Pipeline Version--- </option>
+ <option key="" value="" disabled> --- Select Training Function Version--- </option>
{
this.state.plVerList.map(data => {
if(data === this.state.plName){
<Popover id="popover-basic">
<Popover.Title as="h3">Field descriptions</Popover.Title>
<Popover.Content>
- <strong>Training Job Name</strong>
+ <strong> Training Function Name</strong>
<br></br>
- Name of the Training Job. <br></br>
+ Name of the Training Function. <br></br>
should only contain lower or upper case alphanumerical characters and underscore <br></br>
<br></br>
</Popover.Content>
</OverlayTrigger>
<div className="upload-pl-form" >
<Button variant="success" size="sm" onClick={e => this.handleCreatePipeline(e)} >
- Create Pipeline
+ Create Training Function
</Button>{' '}
<Form onSubmit={this.handleSubmit}>
<Form.Group controlId="plName">
- <Form.Label>Pipeline Name*</Form.Label>
+ <Form.Label>Training Function Name*</Form.Label>
<Form.Control type="input"
value={this.state.plName}
onChange={this.handlePlNameChange}
<Form.Control type="text" value={featureNames} readOnly />
</Form.Group>
<Form.Group controlId="pipelineName">
- <Form.Label>Pipeline Name</Form.Label>
+ <Form.Label>Training Function Name</Form.Label>
<Form.Control type="text" value={pipeLineName} readOnly />
</Form.Group>
<Form.Group controlId="experimentName">
checked={enableVersioning} readOnly/>
</Form.Group>
<Form.Group controlId="pipelineVersion">
- <Form.Label>Pipeline Version</Form.Label>
+ <Form.Label>Training Function Version</Form.Label>
<Form.Control type="text" value={pipelineVersion} readOnly />
</Form.Group>
<Form.Group controlId="datalakeSource">