ai_api_client_sdk.models.ai_api_capabilities_logs module

class ai_api_client_sdk.models.ai_api_capabilities_logs.AIAPICapabilitiesLogs(executions: bool = True, deployments: bool = True, **kwargs)

Bases: object

The AIAPICapabilitiesLogs object represents the log capabilities

Parameters:
  • user_executions (bool, optional) – indicates whether logs for executions are supported, defaults to True

  • user_deployments (bool, optional) – indicates whether logs for deployments are supported, defaults to True

  • **kwargs – The keyword arguments are there in case there are additional attributes returned from server

__init__(executions: bool = True, deployments: bool = True, **kwargs)
static from_dict(ai_api_capabilities_logs_dict: Dict[str, bool])

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

Parameters:

ai_api_capabilities_logs_dict (Dict[str, bool]) – 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.ai_api_capabilities_logs.AIAPICapabilitiesLogs