| |
- builtins.object
-
- VersionList
class VersionList(builtins.object) |
|
VersionList(versions: List[ai_api_client_sdk.models.api_version.APIVersion] = None)
The VersionList object, is a list of API version descriptions
:param versions: A list of objects describing the API versions, defaults to None
:type versions: class:`ai_api_client_sdk.models.api_version.APIVersion`, optional
:param `**kwargs`: The keyword arguments are there in case there are additional attributes returned from server |
|
Methods defined here:
- __init__(self, versions: List[ai_api_client_sdk.models.api_version.APIVersion] = None)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Static methods defined here:
- from_dict(version_list_dict: Dict[str, List[Dict[str, str]]])
- Returns a :class:`ai_api_client_sdk.models.version_list.VersionList` object, created from the
values in the dict provided as parameter
:param version_list_dict: Dict which includes the necessary values to create the object
:type version_list_dict: Dict[str, List[Dict[str, str]]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.version_list.VersionList`
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |