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

Public Member Functions

Status CollectMessage (const google::protobuf::Message &message) override
 
Status Flush () override
 
int collect_count () const
 

Additional Inherited Members

- Public Types inherited from tensorflow::serving::LogCollector
using Factory = std::function< decltype(Create)>
 
- Static Public Member Functions inherited from tensorflow::serving::LogCollector
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 28 of file fake_log_collector.h.


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