|
TensorFlow Serving C++ API Documentation
|


Public Member Functions | |
| void | SetAspiredVersionsCallback (AspiredVersionsCallback callback) override |
Public Member Functions inherited from tensorflow::serving::Source< StoragePath > | |
| virtual void | SetAspiredVersionsCallback (AspiredVersionsCallback callback)=0 |
| Supplies an AspiredVersionsCallback to use. Can be called at most once. | |
Static Public Member Functions | |
| static Status | Create (const StaticStoragePathSourceConfig &config, std::unique_ptr< StaticStoragePathSource > *result) |
Additional Inherited Members | |
Public Types inherited from tensorflow::serving::Source< StoragePath > | |
| using | AspiredVersionsCallback = std::function< void(const StringPiece servable_name, std::vector< ServableData< StoragePath > > versions)> |
Definition at line 34 of file static_storage_path_source.h.