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

Public Member Functions

absl::Status Classify (const RunOptions &run_options, const ClassificationRequest &request, ClassificationResponse *response) override
 
absl::Status Regress (const RunOptions &run_options, const RegressionRequest &request, RegressionResponse *response) override
 
absl::Status Predict (const RunOptions &run_options, const PredictRequest &request, PredictResponse *response) override
 
absl::StatusOr< std::unique_ptr< PredictStreamedContext > > PredictStreamed (const RunOptions &run_options, absl::AnyInvocable< void(absl::StatusOr< PredictResponse >)> response_callback)
 
absl::Status MultiInference (const RunOptions &run_options, const MultiInferenceRequest &request, MultiInferenceResponse *response) override
 
absl::Status GetModelMetadata (const GetModelMetadataRequest &request, GetModelMetadataResponse *response) override
 
- Public Member Functions inherited from tensorflow::serving::Servable
 Servable (absl::string_view name, int64_t version, bool is_critical=false)
 
absl::string_view name () const
 
int64_t version () const
 
bool IsCritical () const
 
virtual bool SupportsPaging () const
 
virtual absl::Status Suspend ()
 
virtual absl::Status Resume ()
 

Additional Inherited Members

- Public Types inherited from tensorflow::serving::Servable
using RunOptions = tensorflow::serving::servables::RunOptions
 

Detailed Description

Definition at line 184 of file servable.h.


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