Trí Thân

Results 1 issues of Trí Thân

[Enter feedback here] I'm following [this](https://docs.microsoft.com/en-us/python/api/azureml-pipeline-core/azureml.pipeline.core.graph.pipelineparameter?view=azure-ml-py) example to create a PipelineParameters for my Parallel pipeline ``` from azureml.core.datastore import Datastore from azureml.data.datapath import DataPath, DataPathComputeBinding from azureml.pipeline.steps import PythonScriptStep from...