Skip to content
MLP
Model Deployment
medium
Question 4 of 24

A data scientist deploys a custom pyfunc model to Mosaic AI Model Serving. During deployment, the endpoint shows a dependency error for a private internal package data_transforms. Which log_model() parameter should be used to bundle this private package with the model?

Apip_requirements=["data_transforms"]
Bextra_pip_requirements=["data_transforms"]
Ccode_path=["path/to/data_transforms"]
Dartifacts={"data_transforms": "path/to/data_transforms"}

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion