Function TRITONSERVER_ServerOptionsSetServerId¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_ServerOptionsSetServerId
(TRITONSERVER_ServerOptions *options, const char *server_id)¶ Set the textual ID for the server in a server options.
The ID is a name that identifies the server.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
options
: The server options object.server_id
: The server identifier.