|
TensorFlow Serving C++ API Documentation
|

Public Member Functions | |
| ServableStateAndTime (ServableState servable_state, const uint64_t event_time) | |
| string | DebugString () const |
Public Attributes | |
| ServableState | state |
| State of the servable. | |
| uint64_t | event_time_micros |
| Time at which servable state event was published. | |
Definition at line 49 of file servable_state_monitor.h.
| string tensorflow::serving::ServableStateMonitor::ServableStateAndTime::DebugString | ( | ) | const |
Returns a string representation of this struct useful for debugging or logging.
Definition at line 106 of file servable_state_monitor.cc.