16 #ifndef TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_TFRT_GET_MODEL_METADATA_IMPL_H_
17 #define TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_TFRT_GET_MODEL_METADATA_IMPL_H_
19 #include "tensorflow/core/lib/core/status.h"
20 #include "tensorflow_serving/apis/get_model_metadata.pb.h"
21 #include "tensorflow_serving/model_servers/server_core.h"
23 namespace tensorflow {
28 static Status GetModelMetadata(
ServerCore* core,
29 const GetModelMetadataRequest& request,
30 GetModelMetadataResponse* response);
34 static Status GetModelMetadataWithModelSpec(
36 const GetModelMetadataRequest& request,
37 GetModelMetadataResponse* response);