@@ -281,7 +281,7 @@ So far, the endpoint is empty. There are no deployments on it. Let's create the
281
281
blue_deployment_name = "default"
282
282
```
283
283
284
- Configure the hardware requirements of you deployment:
284
+ Configure the hardware requirements of your deployment:
285
285
286
286
```python
287
287
blue_deployment = ManagedOnlineDeployment(
@@ -299,7 +299,7 @@ So far, the endpoint is empty. There are no deployments on it. Let's create the
299
299
blue_deployment_name = "default"
300
300
```
301
301
302
- To configure the hardware requirements of you deployment, you need to create a JSON file with the desired configuration:
302
+ To configure the hardware requirements of your deployment, you need to create a JSON file with the desired configuration:
303
303
304
304
```python
305
305
deploy_config = {
@@ -524,7 +524,7 @@ Let's imagine that there is a new version of the model created by the developmen
524
524
green_deployment_name = f"xgboost-model-{version}"
525
525
```
526
526
527
- Configure the hardware requirements of you deployment:
527
+ Configure the hardware requirements of your deployment:
528
528
529
529
```python
530
530
green_deployment = ManagedOnlineDeployment(
@@ -542,7 +542,7 @@ Let's imagine that there is a new version of the model created by the developmen
542
542
green_deployment_name = f"xgboost-model-{version}"
543
543
```
544
544
545
- To configure the hardware requirements of you deployment, you need to create a JSON file with the desired configuration:
545
+ To configure the hardware requirements of your deployment, you need to create a JSON file with the desired configuration:
546
546
547
547
```python
548
548
deploy_config = {
0 commit comments