TensorFlow Serving C++ API Documentation
Public Member Functions | Public Attributes | List of all members
tensorflow::serving::ServableStateMonitor::ServableStateAndTime Struct Reference
Collaboration diagram for tensorflow::serving::ServableStateMonitor::ServableStateAndTime:
Collaboration graph
[legend]

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.
 

Detailed Description

Definition at line 49 of file servable_state_monitor.h.

Member Function Documentation

◆ DebugString()

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.


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