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

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

 
class HealthzClient(ai_api_client_sdk.resource_clients.base_client.BaseClient)
    HealthzClient(rest_client: ai_api_client_sdk.helpers.rest_client.RestClient)
 
HealthzClient is a class implemented for interacting with the healthz endpoint of the server. It implements the
base class :class:`ai_api_client_sdk.resource_clients.base_client.BaseClient`
 
 
Method resolution order:
HealthzClient
ai_api_client_sdk.resource_clients.base_client.BaseClient
builtins.object

Methods defined here:
get(self) -> ai_api_client_sdk.models.healthz_status.HealthzStatus
Retrieves the health status of the server.
 
:raises: class:`ai_api_client_sdk.exception.AIAPIServerException` if a non-2XX response is received from the
    server
:return: The health status of the server
:rtype: class:`ai_api_client_sdk.models.healthz_status.HealthzStatus`

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)