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, 8 months agoMatt2000
10 months agoazurelearner666
2 years, 8 months agoavinyc
Most Recent 5 months, 1 week agohaby
11 months, 4 weeks agoPI_Team
1 year agojames2033
1 year, 1 month agoTommo565
1 year, 8 months agoAzureJobsTillRetire
1 year, 9 months agoAzureJobsTillRetire
1 year, 9 months agoArend78
1 year, 12 months agoAzureJobsTillRetire
1 year, 9 months agozehraoneexam
2 years, 8 months agoSjefen
2 years, 8 months agosynapse
2 years, 9 months agoranjsi01
2 years, 10 months agoranjsi01
2 years, 10 months ago