Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Nov 17, 2023
1 parent d898106 commit 9bb07e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mlflow/deployments/mlflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@


class MLflowDeploymentClient(BaseDeploymentClient):
"""
TODO
"""

def create_deployment(self, name, model_uri, flavor=None, config=None, endpoint=None):
"""
.. warning::
Expand Down

0 comments on commit 9bb07e8

Please sign in to comment.