You use the following code to define the steps for a pipeline: from azureml.core import Workspace, Experiment, Run from azureml.pipeline.core import Pipeline from azureml.pipeline.steps import PythonScriptStep ws = Workspace.from_config()
. . .
step1 = PythonScriptStep(name="step1", ...)
step2 = PythonScriptsStep(name="step2", ...)
pipeline_steps = [step1, step2]
You need to add code to run the steps.
Which two code segments can you use to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
pancman
Highly Voted 2 years, 10 months agoMatt2000
12 months agoazurelearner666
2 years, 10 months agoavinyc
Most Recent 7 months, 1 week agohaby
1 year, 1 month agoPI_Team
1 year, 2 months agojames2033
1 year, 3 months agoTommo565
1 year, 10 months agoAzureJobsTillRetire
1 year, 11 months agoAzureJobsTillRetire
1 year, 11 months agoArend78
2 years, 1 month agoAzureJobsTillRetire
1 year, 11 months agozehraoneexam
2 years, 10 months agoSjefen
2 years, 11 months agosynapse
2 years, 11 months agoranjsi01
3 years agoranjsi01
3 years ago