getAiRateLimit()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > getAiRateLimit
IOrganizationSettingsService.getAiRateLimit() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the AI rate limit value owned by the organization (without resolving inherited defaults). Returns undefined when the organization has no override.
Signature:
getAiRateLimit(): Promise<IAiRateLimit | undefined>;
Returns:
Promise<IAiRateLimit | undefined>
promise