ai_api_client_sdk.models.version_list module¶
- class ai_api_client_sdk.models.version_list.VersionList(versions: List[APIVersion] = None)¶
Bases:
objectThe VersionList object, is a list of API version descriptions
- Parameters:
versions (class:ai_api_client_sdk.models.api_version.APIVersion, optional) – A list of objects describing the API versions, defaults to None
**kwargs – The keyword arguments are there in case there are additional attributes returned from server
- __init__(versions: List[APIVersion] = None)¶
- static from_dict(version_list_dict: Dict[str, List[Dict[str, str]]])¶
Returns a
ai_api_client_sdk.models.version_list.VersionListobject, created from the values in the dict provided as parameter- Parameters:
version_list_dict (Dict[str, List[Dict[str, str]]) – 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.version_list.VersionList