tensorflow:: serving:: ServableStateMonitor:: ServableStateAndTime
Summary
Constructors and Destructors |
|
---|---|
ServableStateAndTime()
|
|
ServableStateAndTime(ServableState servable_state, const uint64 event_time)
|
Public attributes |
|
---|---|
event_time_micros
|
uint64
Time at which servable state event was published.
|
state
|
ServableState
State of the servable.
|
Public functions |
|
---|---|
DebugString() const
|
string
Returns a string representation of this struct useful for debugging or logging.
|
Public attributes
event_time_micros
uint64 tensorflow::serving::ServableStateMonitor::ServableStateAndTime::event_time_micros
Time at which servable state event was published.
state
ServableState tensorflow::serving::ServableStateMonitor::ServableStateAndTime::state
State of the servable.
Public functions
DebugString
string tensorflow::serving::ServableStateMonitor::ServableStateAndTime::DebugString() const
Returns a string representation of this struct useful for debugging or logging.
ServableStateAndTime
tensorflow::serving::ServableStateMonitor::ServableStateAndTime::ServableStateAndTime()=default
ServableStateAndTime
tensorflow::serving::ServableStateMonitor::ServableStateAndTime::ServableStateAndTime( ServableState servable_state, const uint64 event_time )