What is the correct way to write the predict request?
You trained a text classification model. You have the following SignatureDefs: What is the correct way to write the predict request?A . data = json.dumps({"signature_name": "serving_default' "instances": [fab', 'be1, 'cd']]})B . data = json...