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

Public Member Functions

 TFRTHttpRestApiHandler (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
 

Detailed Description

Definition at line 67 of file tfrt_http_rest_api_handler.h.

Member Data Documentation

◆ kPathRegex

const char *const tensorflow::serving::TFRTHttpRestApiHandler::kPathRegex
static
Initial value:
=
kHTTPRestApiHandlerPathRegex

Definition at line 72 of file tfrt_http_rest_api_handler.h.


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