ai_api_client_sdk.models.ai_api_limits_enactments module

class ai_api_client_sdk.models.ai_api_limits_enactments.AIAPILimitsEnactments(max_running_count: int = -1, **kwargs)

Bases: object

The AIAPILimitsEnactments object represents the the limits for enactments (common for both executions and deployments)

Parameters:
  • max_running_count (int, optional) – max number of enactments 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)