TensorFlow Serving C++ API Documentation
Public Member Functions | List of all members
tensorflow::serving::HttpRestApiHandlerBase Class Referenceabstract
Inheritance diagram for tensorflow::serving::HttpRestApiHandlerBase:
Inheritance graph
[legend]

Public Member Functions

virtual 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)=0
 

Detailed Description

Definition at line 54 of file http_rest_api_handler_base.h.


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