200 once both models have finished loading and the warmup pass
has completed; 503 before that. Since main.cpp loads and warms up
models synchronously before Drogon starts accepting connections (see
Architecture → main.cpp), in practice this
endpoint returns 200 from the moment the server accepts any connections
at all — there’s no window where the server is reachable but this reports
false.
boolean
true once InferenceEngine::isReady() is set, which happens at the
end of a successful initialize() call.