Skip to content

Commit 58d0875

Browse files
authored
Merge pull request #289024 from ssindhub/sindhu-ADF-ML-activity-pipeline-name-delay
Update transform-data-machine-learning-service.md
2 parents 8fe5d4b + eb218d1 commit 58d0875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/transform-data-machine-learning-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ mlPipelineId | ID of the published Azure Machine Learning pipeline | String (or
6363
experimentName | Run history experiment name of the Machine Learning pipeline run | String (or expression with resultType of string) | No
6464
mlPipelineParameters | Key, Value pairs to be passed to the published Azure Machine Learning pipeline endpoint. Keys must match the names of pipeline parameters defined in the published Machine Learning pipeline | Object with key value pairs (or Expression with resultType object) | No
6565
mlParentRunId | The parent Azure Machine Learning pipeline run ID | String (or expression with resultType of string) | No
66-
dataPathAssignments | Dictionary used for changing datapaths in Azure Machine learning. Enables the switching of datapaths | Object with key value pairs | No
66+
dataPathAssignments | Dictionary used for changing datapaths in Azure Machine Learning. Enables the switching of datapaths | Object with key value pairs | No
6767
continueOnStepFailure | Whether to continue execution of other steps in the Machine Learning pipeline run if a step fails | boolean | No
6868

6969
> [!NOTE]
70-
> To populate the dropdown items in Machine Learning pipeline name and ID, the user needs to have permission to list ML pipelines. The UI calls AzureMLService APIs directly using the logged in user's credentials.
70+
> To populate the dropdown items in Machine Learning pipeline name and ID, the user needs to have permission to list ML pipelines. The UI calls AzureMLService APIs directly using the logged in user's credentials. The discovery time for the dropdown items would be much longer when using Private Endpoints.
7171
7272
## Related content
7373
See the following articles that explain how to transform data in other ways:

0 commit comments

Comments
 (0)