Skip to content

Commit 67336aa

Browse files
authored
Update delete.rst
Fixed wording
1 parent 6e9c32e commit 67336aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/model_deployment/delete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A model deployment can be deleted using a ``ModelDeployment`` object.
55

66
When a model deployment is deleted, it deletes the load balancer instances associated with it. However, it doesn't delete other resources like log group, log, or model.
77

8-
If you have a ``ModelDeployment`` object, you can use the ``.delete()`` method to delete the model that is associated with that object. The optional ``wait_for_completion`` parameter accepts a Boolean and determines if the process is blocking or not.
8+
If you have a ``ModelDeployment`` object, you can use the ``.delete()`` method to delete the model that is associated with that object. The optional ``wait_for_completion`` parameter accepts a boolean value and determines if the process is blocking or not.
99

1010
In the following code snippets, the variable ``deployment`` is a ``ModelDeployment`` object. This object can be obtained from a call to ``.deploy()`` or ``.from_id()``.
1111

0 commit comments

Comments
 (0)