Skip to content

Commit 71e80b0

Browse files
committed
Fix doc
1 parent 5fc3b4f commit 71e80b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/apideployer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_deployment(self, deployment_id):
3737
def create_deployment(self, deployment_id, service_id, infra_id, version):
3838
"""
3939
Creates a deployment and returns the handle to interact with it. The returned deployment
40-
is not yet started and you need to call :meth:`~DSSAPIDeployerDeployment.update`
40+
is not yet started and you need to call :meth:`~DSSAPIDeployerDeployment.start_update`
4141
4242
:param str deployment_id: Identifier of the deployment to create
4343
:param str service_id: Identifier of the API Service to target
@@ -231,7 +231,7 @@ def get_settings(self):
231231

232232
def start_update(self):
233233
"""
234-
Updates this deployment to try to match the actual state to the current settings
234+
Starts an asynchronous update of this deployment to try to match the actual state to the current settings
235235
236236
:returns: a :class:`dataikuapi.dss.future.DSSFuture` tracking the progress of the update. Call
237237
:meth:`~dataikuapi.dss.future.DSSFuture.wait_for_result` on the returned object

0 commit comments

Comments
 (0)