This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You're creating a pipeline that includes two steps. Step 1 prepares some data, and step 2 uses the preprocessed data to train a model. Which option should you use as input to the second step to train the model?
pipeline_job_input
prep_data.outputs.output_data
train_model.outputs.model_output
You've built a pipeline that you want to run every week. You want to take a simple approach to creating a schedule. Which class can you use to create the schedule that runs once per week?
RecurrencePattern
JobSchedule
RecurrenceTrigger
You must answer all questions before checking your work.
Was this page helpful?