Represents a page from the collection of inference endpoints.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| items | InferenceEndpoint[] | ✅ | The list of inference endpoints. |
| page | number | ✅ | The page number. |
| pageSize | number | ✅ | The maximum number of items per page. |
| totalSize | number | ✅ | The total number of items in the collection. |