Creating a Job

Learn how to create different jobs in Azure, which take input and output as arguments and execute the code.

What is an Azure job?

An Azure Machine Learning job is a set of ML tasks on a cluster or single server in a specified environment. Azure Machine Learning offers different types of jobs. Some examples include:

  • Data job: A job that uploads the data to the cloud.
  • ML training job: A job that trains an ML model.
  • Sweep job: A job that runs an ML model with multiple hyperparameters and selects the best model.

Azure Machine Learning keeps ...