Represents a collection of inference endpoint jobs
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| items | List[InferenceEndpointJob] | ✅ | The list of inference endpoint jobs. |
| page | int | ✅ | The page number. |
| page_size | int | ✅ | The maximum number of items per page. |
| total_size | int | ✅ | The total number of items in the collection. |