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

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.