Databricks Certified Machine Learning Professional — Question 50
A machine learning engineer wants to programmatically create a new Databricks Job whose schedule depends on the result of some automated tests in a machine learning pipeline.
Which of the following Databricks tools can be used to programmatically create the Job?
Answer options
- A. MLflow APIs
- B. AutoML APIs
- C. MLflow Client
- D. Jobs cannot be created programmatically
- E. Databricks REST APIs
Correct answer: E
Explanation
The correct answer is E, as the Databricks REST APIs provide the necessary functionality to create jobs programmatically. Options A, B, and C are focused on managing machine learning models and experiments rather than job creation. Option D is incorrect because jobs can indeed be created programmatically using the appropriate APIs.