Function TRTSERVER_ServerPollModelRepository

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerPollModelRepository(TRTSERVER_Server *server)

Check the model repository for changes and update server state based on those changes.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.