CNum 0.2.1
CPU-optimized ML library for C++
Loading...
Searching...
No Matches
CNum::Deploy Namespace Reference

Tools for creating REST APIs. More...

Classes

struct  PathString
 The path of a route in the REST API. More...
class  InferenceAPI
 A REST API for making predictions with CNum models. More...

Variables

constexpr size_t MAX_URL_LEN = 50
 The maximum length of a path for a route in the REST API.

Detailed Description

Tools for creating REST APIs.

Variable Documentation

◆ MAX_URL_LEN

size_t CNum::Deploy::MAX_URL_LEN = 50
constexpr

The maximum length of a path for a route in the REST API.