DY0-001 · Question #14
A data scientist trained a model for departments to share. The departments must access the model using HTTP requests. Which of the following approaches is appropriate?
The correct answer is C. Create an endpoint. Exposing the model behind an HTTP endpoint (for example, a REST API) allows other departments to send requests and receive predictions directly over HTTP. The other options don't inherently provide a request璻esponse interface for sharing a model.
Question
A data scientist trained a model for departments to share. The departments must access the model using HTTP requests. Which of the following approaches is appropriate?
Options
- AUtilize distributed computing.
- BDeploy containers.
- CCreate an endpoint.
- DUse the File Transfer Protocol.
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- C79% (34)
- D14% (6)
Explanation
Exposing the model behind an HTTP endpoint (for example, a REST API) allows other departments to send requests and receive predictions directly over HTTP. The other options don't inherently provide a request璻esponse interface for sharing a model.
Topics
Community Discussion
No community discussion yet for this question.