You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the governance status about this deployment if applicable
317
+
It covers all the embedded model versions
318
+
319
+
:param str version: (Optional) The specific package version of the published service to get status from. If empty, consider all the versions used in the deployment generation mapping.
320
+
:rtype: dict InforMessages containing the governance status
321
+
"""
322
+
returnself.client._perform_json("POST", "/api-deployer/deployments/%s/governance-status"% (self.deployment_id), params={ "version": version })
323
+
313
324
defget_settings(self):
314
325
"""
315
326
Gets the settings of this deployment. If you want to modify the settings, you need to
0 commit comments