withSize()
Home > @gooddata/sdk-backend-spi > ILlmEndpointsQuery > withSize
ILlmEndpointsQuery.withSize() 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.
Sets number of LLM endpoints to return per page. Default size: 100
Signature:
withSize(size: number): ILlmEndpointsQuery;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
size |
number |
desired max number of LLM endpoints per page must be a positive number |
Returns:
LLM endpoints query