We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c294c commit 374a90cCopy full SHA for 374a90c
aml_service/05-TriggerAmlPipeline.py
@@ -42,7 +42,7 @@
42
aad_token = cli_auth.get_authentication_header()
43
rest_endpoint1 = config["rest_endpoint"]
44
experiment_name = config["experiment_name"]
45
-model_name = security_config["experiment_name"]
+model_name = security_config["model_name"]
46
47
print(rest_endpoint1)
48
0 commit comments