Skip to content

Commit a2a47a9

Browse files
authored
pending deploy the model + consume
1 parent 6c66dcb commit a2a47a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

azML-modelcreation/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,12 @@ https://github.com/user-attachments/assets/a82ff03e-437c-41bc-85fa-8b9903384a5b
223223

224224

225225
> [!TIP]
226-
> Click [here]() to read the script used.
226+
> Click [here](./src/0_ml-model-creation.ipynb) to read the script used.
227227
228+
## Step 9: Deploy the Model
228229

229-
---
230+
> Create an **inference configuration** and deploy to a web service:
230231
231-
### **9. Deploy the Model**
232-
- Create an **inference configuration** and deploy to a web service:
233232
```python
234233
from azureml.core.environment import Environment
235234
from azureml.core.model import InferenceConfig

0 commit comments

Comments
 (0)