| |
- builtins.object
-
- Extensions
class Extensions(builtins.object) |
|
Extensions(analytics: ai_api_client_sdk.models.extensions_analytics.ExtensionsAnalytics = None, resource_groups: ai_api_client_sdk.models.extensions_resource_groups.ExtensionsResourceGroups = None, dataset: ai_api_client_sdk.models.extensions_dataset.ExtensionsDataset = None, **kwargs)
The Extensions object represents the extensions to the AI API
:param analytics: Metadata and capabilities of the Analytics API, defaults to None
:type analytics: class:`ai_api_client_sdk.models.extensions_analytics.ExtensionsAnalytics`, optional
:param resource_groups: Metadata and capabilities of the Resource Groups API, defaults to None
:type resource_groups: class:`ai_api_client_sdk.models.extensions_resource_groups.ExtensionsResourceGroups`,
optional
:param dataset: Metadata and capabilities of the Dataset API, defaults to None
:type dataset: class:`ai_api_client_sdk.models.extensions_dataset.ExtensionsDataset`, 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, analytics: ai_api_client_sdk.models.extensions_analytics.ExtensionsAnalytics = None, resource_groups: ai_api_client_sdk.models.extensions_resource_groups.ExtensionsResourceGroups = None, dataset: ai_api_client_sdk.models.extensions_dataset.ExtensionsDataset = None, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Static methods defined here:
- from_dict(extensions_dict: Dict[str, Any])
- Returns a :class:`ai_api_client_sdk.models.extensions.Extensions` object, created from the values in the
dict provided as parameter
:param extensions_dict: Dict which includes the necessary values to create the object
:type extensions_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.extensions.Extensions`
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
| |