16 #ifndef TENSORFLOW_SERVING_MODEL_SERVERS_GET_MODEL_STATUS_IMPL_H_
17 #define TENSORFLOW_SERVING_MODEL_SERVERS_GET_MODEL_STATUS_IMPL_H_
19 #include "tensorflow/core/lib/core/status.h"
20 #include "tensorflow_serving/apis/get_model_status.pb.h"
21 #include "tensorflow_serving/model_servers/server_core.h"
23 namespace tensorflow {
33 const GetModelStatusRequest& request,
34 GetModelStatusResponse* response);
38 static Status GetModelStatusWithModelSpec(
40 const GetModelStatusRequest& request, GetModelStatusResponse* response);