TF Serving Predict API Output Interpretation

Hi,

Is TFS predict API output the same as the output of tf.keras.model.predict method?

For example, if we have a tf.keras.model compiled with BinaryAccuracy metric, will the output of the TFS predict API be a list of binary accuracy values for each one of the inputs of the predict request?

Thanks in advance!