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

Public Member Functions

 ManagerWrapper (UniquePtrWithDeps< Manager > wrapped)
 
std::vector< ServableIdListAvailableServableIds () const override
 
- Public Member Functions inherited from tensorflow::serving::Manager
template<typename T >
std::map< ServableId, ServableHandle< T > > GetAvailableServableHandles () const
 
template<typename T >
Status GetServableHandle (const ServableRequest &request, ServableHandle< T > *const handle)
 

Detailed Description

Definition at line 34 of file manager_wrapper.h.

Member Function Documentation

◆ ListAvailableServableIds()

std::vector< ServableId > tensorflow::serving::ManagerWrapper::ListAvailableServableIds ( ) const
overridevirtual

Gets a list of all available servable ids, i.e. each of these can be retrieved using GetServableHandle.

Implements tensorflow::serving::Manager.

Definition at line 29 of file manager_wrapper.cc.


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