Azure ML SDK を使用してバッチ推論パイプラインを作成します。 次のコードを実行してパイプライン パラメータを構成します。 パイプライン実行から出力を取得する必要があります。 出力はどこにありますか?
正解:E
output_action (str): How the output is to be organized. Currently supported values are 'append_row' and 'summary_only'. 'append_row' ?All values output by run() method invocations will be aggregated into one unique file named parallel_run_step.txt that is created in the output location. 'summary_only' Reference: https://docs.microsoft.com/en-us/python/api/azureml-contrib-pipeline-steps/ azureml.contrib.pipeline.steps.parallelrunconfig