| |
- ai_api_client_sdk.models.ai_api_limits_enactments.AIAPILimitsEnactments(builtins.object)
-
- AIAPILimitsDeployments
class AIAPILimitsDeployments(ai_api_client_sdk.models.ai_api_limits_enactments.AIAPILimitsEnactments) |
|
AIAPILimitsDeployments(max_running_count: int = -1, **kwargs)
The AIAPILimitsDeployments object represents the the limits for deployments
:param max_running_count: max number of deployments per resource group, <0 means unlimited, defaults to -1
:type max_running_count: int, optional
:param `**kwargs`: The keyword arguments are there in case there are additional attributes returned from server |
|
- Method resolution order:
- AIAPILimitsDeployments
- ai_api_client_sdk.models.ai_api_limits_enactments.AIAPILimitsEnactments
- builtins.object
Methods defined here:
- __init__(self, max_running_count: int = -1, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Static methods defined here:
- from_dict(ai_api_limits_deployments_dict: Dict[str, int])
- Returns a :class:`ai_api_client_sdk.models.ai_api_limits_deployments.AIAPILimitsDeployments` object, created
from the values in the dict provided as parameter
:param ai_api_limits_deployments_dict: Dict which includes the necessary values to create the object
:type ai_api_limits_deployments_dict: Dict[str, int]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.ai_api_limits_deployments.AIAPILimitsDeployments`
Methods inherited from ai_api_client_sdk.models.ai_api_limits_enactments.AIAPILimitsEnactments:
- __eq__(self, other)
- Return self==value.
Data descriptors inherited from ai_api_client_sdk.models.ai_api_limits_enactments.AIAPILimitsEnactments:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes inherited from ai_api_client_sdk.models.ai_api_limits_enactments.AIAPILimitsEnactments:
- __hash__ = None
| |