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

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)>
 

Detailed Description

Definition at line 34 of file static_storage_path_source.h.


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