Function TRITONSERVER_ServerOptionsSetStrictReadiness¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_ServerOptionsSetStrictReadiness
(TRITONSERVER_ServerOptions *options, bool strict)¶ Enable or disable strict readiness handling in a server options.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
options
: The server options object.strict
: True to enable strict readiness handling, false to disable.