| |
- builtins.object
-
- AIAPILimitsEnactments
class AIAPILimitsEnactments(builtins.object) |
|
AIAPILimitsEnactments(max_running_count: int = -1, **kwargs)
The AIAPILimitsEnactments object represents the the limits for enactments (common for both executions
and deployments)
:param max_running_count: max number of enactments 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 |
|
Methods defined here:
- __eq__(self, other)
- Return self==value.
- __init__(self, max_running_count: int = -1, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- __hash__ = None
| |