Limits

async AsyncCogniteClient.functions.limits() FunctionsLimits

Get service limits.

Returns:

A function limits object.

Return type:

FunctionsLimits

Examples

Call a function by id:

>>> from cognite.client import CogniteClient, AsyncCogniteClient
>>> client = CogniteClient()
>>> # async_client = AsyncCogniteClient()  # another option
>>> limits = client.functions.limits()