Function TRITONSERVER_ServerPollModelRepository¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_ServerPollModelRepository
(TRITONSERVER_Server *server)¶ Check the model repository for changes and update server state based on those changes.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
server
: The inference server object.