| |
- builtins.object
-
- ExtensionsAnalytics
class ExtensionsAnalytics(builtins.object) |
|
ExtensionsAnalytics(version: str, **kwargs)
The ExtensionsAnalytics object represents the metadata and capabilities of the Analytics API
:param version: Version of the Analytics API
:type version: str
: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, version: str, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Static methods defined here:
- from_dict(extensions_analytics_dict: Dict[str, str])
- Returns a :class:`ai_api_client_sdk.models.extensions_analytics.ExtensionsAnalytics` object, created from
the values in the dict provided as parameter
:param extensions_analytics_dict: Dict which includes the necessary values to create the object
:type extensions_analytics_dict: Dict[str, str]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.extensions_analytics.ExtensionsAnalytics`
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
| |