ai_api_client_sdk.resource_clients.meta_client
index
/home/jenkins/agent/workspace/ndation_ai-api-client-sdk_master/ai_api_client_sdk/resource_clients/meta_client.py

 
Classes
       
ai_api_client_sdk.resource_clients.base_client.BaseClient(builtins.object)
MetaClient

 
class MetaClient(ai_api_client_sdk.resource_clients.base_client.BaseClient)
    MetaClient(rest_client: ai_api_client_sdk.helpers.rest_client.RestClient)
 

 
 
Method resolution order:
MetaClient
ai_api_client_sdk.resource_clients.base_client.BaseClient
builtins.object

Methods defined here:
get(self) -> ai_api_client_sdk.models.capabilities.Capabilities
Retrieves the relevant resource. Will be implemented by the respective resource clients
get_versions(self) -> ai_api_client_sdk.models.version_list.VersionList

Methods inherited from ai_api_client_sdk.resource_clients.base_client.BaseClient:
__init__(self, rest_client: ai_api_client_sdk.helpers.rest_client.RestClient)
Initialize self.  See help(type(self)) for accurate signature.
bulk_modify(self, *args, **kwargs)
Modifies multiple instances of the relevant resource. Will be implemented by the respective resource clients
count(self, *args, **kwargs)
Counts the relevant resources. Will be implemented by the respective resource clients
create(self, *args, **kwargs)
Creates the relevant resource. Will be implemented by the respective resource clients
delete(self, *args, **kwargs)
Deletes the relevant resource. Will be implemented by the respective resource clients
modify(self, *args, **kwargs)
Modifies the relevant resource. Will be implemented by the respective resource clients
query(self, *args, **kwargs)
Queries the relevant resources. Will be implemented by the respective resource clients
query_logs(self, *args, **kwargs)
Queries the relevant logs. Will be implemented by the respective resource clients

Data descriptors inherited from ai_api_client_sdk.resource_clients.base_client.BaseClient:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)