Skip to content
GAIEA
Application Development
medium
Question 2 of 60

After logging an AI agent with mlflow.langchain.log_model(), what code registers it in Unity Catalog before deployment?

Amlflow.deploy_model(model_uri=logged_agent_info.model_uri, name=uc_model_name)
Bmlflow.set_registry_uri("databricks-uc") followed by mlflow.register_model(model_uri=logged_agent_info.model_uri, name="catalog.schema.model_name")
Cmlflow.promote_model(model_uri=logged_agent_info.model_uri, stage="Production")
Dmlflow.unity_catalog.register(model_uri=logged_agent_info.model_uri)

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