-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
PipelineParameters: '"model_name": "sklearn_regression_model.pkl"' |
The correct format to have this picked up by the pipeline (confirmed with the extension development team) is:
PipelineParameters: '"ParameterAssignments": {"model_name": "sklearn_regression_model.pkl"}'
which is results in the following call:
POST https://westeurope.aether.ms/api/v1.0/subscriptions/.../workspaces/aml-myws/PipelineRuns/PipelineSubmit/75a219db-0ec0-4f93-a6ac-4fc402da809f
Request body: {
...
"ExperimentName": "mlopspython",
"RunSource": "PipelineRun",
"ParameterAssignments": {
"model_name": "sklearn_regression_model.pkl"
}
}
```
Metadata
Metadata
Assignees
Labels
No labels