TensorFlow Serving C++ API Documentation
Public Member Functions | Static Public Attributes | List of all members
tensorflow::serving::HttpRestApiHandler Class Reference
Inheritance diagram for tensorflow::serving::HttpRestApiHandler:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::HttpRestApiHandler:
Collaboration graph
[legend]

Public Member Functions

 HttpRestApiHandler (int timeout_in_ms, ServerCore *core)
 
Status ProcessRequest (const absl::string_view http_method, const absl::string_view request_path, const absl::string_view request_body, std::vector< std::pair< string, string >> *headers, string *model_name, string *method, string *output) override
 

Static Public Attributes

static const char *const kPathRegex = kHTTPRestApiHandlerPathRegex
 

Detailed Description

Definition at line 64 of file http_rest_api_handler.h.


The documentation for this class was generated from the following files: