ai_api_client_sdk.models.healthz_status module

class ai_api_client_sdk.models.healthz_status.HealthStatus(*values)

Bases: Enum

READY = 'READY'
NOT_READY = 'NOT READY'
class ai_api_client_sdk.models.healthz_status.HealthzStatus(status: HealthStatus, message: str, **kwargs)

Bases: object

The HealthzStatus object defines the response of the healthz endpoint :param status: Health status of the server :type status: class:ai_api_client_sdk.models.healthz_status.HealthStatus :param message: Response message from the server :type message: str :param **kwargs: The keyword arguments are there in case there are additional attributes returned from server

__init__(status: HealthStatus, message: str, **kwargs)
static from_dict(healthz_status_dict: Dict[str, Any])

Returns a ai_api_client_sdk.models.healthz_status.HealthzStatus object, created from the values in the dict provided as parameter

Parameters:

healthz_status_dict (Dict[str, str]) – Dict which includes the necessary values to create the object

Returns:

An object, created from the values provided

Return type:

class:ai_api_client_sdk.models.healthz_status.HealthzStatus