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

Public Types

using Factory = std::function< decltype(Create)>
 

Public Member Functions

virtual Status CollectMessage (const google::protobuf::Message &message)=0
 
virtual Status Flush ()=0
 

Static Public Member Functions

static Status Create (const LogCollectorConfig &log_collector_config, const uint32 id, std::unique_ptr< LogCollector > *log_collector)
 
static Status RegisterFactory (const string &type, const Factory &factory)
 

Detailed Description

Definition at line 35 of file log_collector.h.


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