ai_api_client_sdk.models.ai_api_capabilities_logs
index
/home/jenkins/agent/workspace/ndation_ai-api-client-sdk_master/ai_api_client_sdk/models/ai_api_capabilities_logs.py

 
Classes
       
builtins.object
AIAPICapabilitiesLogs

 
class AIAPICapabilitiesLogs(builtins.object)
    AIAPICapabilitiesLogs(executions: bool = True, deployments: bool = True, **kwargs)
 
The AIAPICapabilitiesLogs object represents the log capabilities
 
:param user_executions: indicates whether logs for executions are supported, defaults to True
:type user_executions: bool, optional
:param user_deployments: indicates whether logs for deployments are supported, defaults to True
:type user_deployments: bool, optional
:param `**kwargs`: The keyword arguments are there in case there are additional attributes returned from server
 
  Methods defined here:
__eq__(self, other)
Return self==value.
__init__(self, executions: bool = True, deployments: bool = True, **kwargs)
Initialize self.  See help(type(self)) for accurate signature.
__str__(self)
Return str(self).

Static methods defined here:
from_dict(ai_api_capabilities_logs_dict: Dict[str, bool])
Returns a :class:`ai_api_client_sdk.models.ai_api_capabilities_logs.AIAPICapabilitiesLogsobject, created
from the values in the dict provided as parameter
 
:param ai_api_capabilities_logs_dict: Dict which includes the necessary values to create the object
:type ai_api_capabilities_logs_dict: Dict[str, bool]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.ai_api_capabilities_logs.AIAPICapabilitiesLogs`

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__hash__ = None

 
Data
        Dict = typing.Dict