Skip to content

Commit e43a2e8

Browse files
add deployment id arg for cli
1 parent b7104eb commit e43a2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/aqua/deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def list(self, **kwargs) -> List["AquaDeployment"]:
223223
for model_deployment in model_deployments
224224
]
225225

226-
def get(self, **kwargs) -> "AquaDeployment":
226+
def get(self, model_deployment_id, **kwargs) -> "AquaDeployment":
227227
"""Gets the information of Aqua model deployment.
228228
229229
Parameters

0 commit comments

Comments
 (0)