Code generated using native OpenAPI specification (#724)
* Code generated using native OpenAPI specification Signed-off-by: saimedhi <[email protected]> * Code generated using native OpenAPI specification Signed-off-by: saimedhi <[email protected]> * Code generated using native OpenAPI specification Signed-off-by: saimedhi <[email protected]> --------- Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
@@ -13,6 +13,7 @@ from typing import Any
|
||||
from ..plugins.alerting import AlertingClient
|
||||
from ..plugins.index_management import IndexManagementClient
|
||||
from ..plugins.knn import KnnClient
|
||||
from ..plugins.notifications import NotificationsClient
|
||||
from .client import Client
|
||||
from .utils import NamespacedClient
|
||||
|
||||
@@ -23,6 +24,7 @@ class PluginsClient(NamespacedClient):
|
||||
|
||||
def __init__(self, client: Client) -> None:
|
||||
super(PluginsClient, self).__init__(client)
|
||||
self.notifications = NotificationsClient(client)
|
||||
self.knn = KnnClient(client)
|
||||
# self.query_workbench = QueryWorkbenchClient(client)
|
||||
# self.reporting = ReportingClient(client)
|
||||
|
||||
Reference in New Issue
Block a user