ai_api_client_sdk.models.ai_api_limits module¶
- class ai_api_client_sdk.models.ai_api_limits.AIAPILimits(executions: AIAPILimitsExecutions = None, deployments: AIAPILimitsDeployments = None, **kwargs)¶
Bases:
objectThe AIAPILimits object represents the the limits for executions and deployments
- Parameters:
executions (class:ai_api_client_sdk.models.ai_api_limits_executions.AIAPILimitsExecutions, optional) – represents the limits for executions, defaults to None
deployments (class:ai_api_client_sdk.models.ai_api_limits_deployments.AIAPILimitsDeployments, optional) – represents the limits for deployments, defaults to None
**kwargs – The keyword arguments are there in case there are additional attributes returned from server
- __init__(executions: AIAPILimitsExecutions = None, deployments: AIAPILimitsDeployments = None, **kwargs)¶
- static from_dict(ai_api_limits_dict: Dict[str, Any])¶
Returns a
ai_api_client_sdk.models.ai_api_limits.AIAPILimitsobject, created from the values in the dict provided as parameter- Parameters:
ai_api_limits_dict (Dict[str, Any]) – 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.ai_api_limits.AIAPILimits