You have a Python script that executes a pipeline. The script includes the following code:
from azureml.core import Experiment
pipeline_run = Experiment(ws, 'pipeline_test').submit(pipeline)
You want to test the pipeline before deploying the script.
You need to display the pipeline run details written to the STDOUT output when the pipeline completes.
Which code segment should you add to the test script?
wait_for_completion: Wait for the completion of this run. Returns the status object after the wait.
Syntax: wait_for_completion(show_output=False, wait_post_processing=False, raise_on_error=True)
Parameter: show_output
Indicates whether to show the run output on sys.stdout.
Matthew
4 months agoLeatha
4 months agoHortencia
4 months agoVallie
5 months agoAntonio
5 months agoFabiola
5 months agoCharolette
5 months agoParis
5 months agoKara
5 months agoMa
5 months agoNakita
5 months agoMarilynn
5 months ago