You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great, you now have the build pipeline setup, you can either manually trigger it or it gets automatically triggered everytime there is a change in the master branch. The pipeline performs linitnig, unit testing, builds and publishes an **ML Training Pipeline** in an **ML Workspace**
105
+
Great, you now have the build pipeline setup, you can either manually trigger it or it gets automatically triggered everytime there is a change in the master branch. The pipeline performs linting, unit testing, builds and publishes an **ML Training Pipeline** in an **ML Workspace**
106
106
107
-
### 6. Train the Model
107
+
### 7. Train the Model
108
108
109
109
The next step is to invoke the training pipeline created in the previous step. It can be done with a **Release Pipeline**:
110
110
111
111

112
112
113
-
An artifact of this pipeline will be the result of the build pipeline **ci-buid**
113
+
An artifact of this pipeline will be the result of the build pipeline **ci-buid**:
The pipeline is triggered whenever a new training pipeline is published by the builder pipeline. It can also be triggered manually or configured to run on a scheduled basis. Create a new release to trigger the pipeline manually
131
+
This release pipeline is triggered whenever a new **ML training pipeline** is published by the **AzDo builder pipeline**. It can also be triggered manually or configured to run on a scheduled basis. Create a new release to trigger the pipeline manually:
131
132
132
133

133
134
134
-
Once the pipeline is completed, check out in the **ML Workspace** that the training pipeline is running
135
+
Once the release pipeline is completed, check out in the **ML Workspace** that the training pipeline is running:
135
136
136
137

137
138
138
-
The training pipeline will train, evaluate and register a new model. Wait intil it is fininshed and make sure there is a new model in the **ML Workspace**
139
+
The training pipeline will train, evaluate and register a new model. Wait until it is fininshed and make sure there is a new model in the **ML Workspace**:
0 commit comments