Function TRITONSERVER_ServerIsReady

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ServerIsReady(TRITONSERVER_Server *server, bool *ready)

Is the server ready?

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.

  • ready: Returns true if server is ready, false otherwise.