Google Professional Machine Learning Engineer Professional-Machine-Learning-Engineer Question # 41 Topic 5 Discussion

Google Professional Machine Learning Engineer Professional-Machine-Learning-Engineer Question # 41 Topic 5 Discussion

Professional-Machine-Learning-Engineer Exam Topic 5 Question 41 Discussion:
Question #: 41
Topic #: 5

You trained a text classification model. You have the following SignatureDefs:

Professional-Machine-Learning-Engineer Question 41

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 dumps({"signature_name": "serving_default"! "instances": [['a', 'b', "c", 'd', 'e', 'f']]})


C.

data = json.dumps({"signature_name": "serving_default, "instances": [['a', 'b\ 'c'1, [d\ 'e\ T]]})


D.

data = json dumps({"signature_name": f,serving_default", "instances": [['a', 'b'], [c\ 'd'], ['e\ T]]})


Get Premium Professional-Machine-Learning-Engineer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.