Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 852 Bytes

File metadata and controls

12 lines (9 loc) · 852 Bytes

InferenceEndpointCollection

Represents a page from the collection of inference endpoints.

Properties

Name Type Required Description
items List[InferenceEndpoint] The list of inference endpoints.
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.