ai_api_client_sdk.models.ai_api_limits_executions module¶
- class ai_api_client_sdk.models.ai_api_limits_executions.AIAPILimitsExecutions(max_running_count: int = -1, **kwargs)¶
Bases:
AIAPILimitsEnactmentsThe AIAPILimitsExecutions object represents the the limits for executions
- Parameters:
max_running_count (int, optional) – max number of executions per resource group, <0 means unlimited, defaults to -1
**kwargs – The keyword arguments are there in case there are additional attributes returned from server
- __init__(max_running_count: int = -1, **kwargs)¶
- static from_dict(ai_api_limits_executions_dict: Dict[str, int])¶
Returns a
ai_api_client_sdk.models.ai_api_limits_executions.AIAPILimitsExecutionsobject, created from the values in the dict provided as parameter- Parameters:
ai_api_limits_executions_dict (Dict[str, int]) – 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_executions.AIAPILimitsExecutions