We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi , I am receiving the following error message in the 'Invoke ML pipeline' task; could you please let me know what the problem is?
2023-05-13T10:00:29.2078608Z POST https://australiasoutheast.aether.ms/api/v1.0/subscriptions/0432b1d0-5e2e-4e2a-ad73-e33d0652e3f7/resourceGroups/mlops-ase-RG/providers/Microsoft.MachineLearningServices/workspaces/mlops-ase-AML-WS/PipelineRuns/PipelineSubmit/4ae4eca2-3644-436d-8c1b-2d6881a28937 Request body: { "AzDevOpsCallBackInfo": { "JobId": "77aee9c5-85bc-59ae-fa90-c3f20f9c111e", "HubName": "build", "TaskInstanceId": "7ffef4a3-944d-544a-2764-6fcc510d84c9", "PlanId": "841074aa-42c9-489d-9979-d18e22342bd4", "ProjectId": "d87994f0-39c8-47a2-9122-f2e88907e3f5", "PlanUri": "https://dev.azure.com/xxxxxxxxx0710/", "AuthToken": *** }, "ExperimentName": "mlopspython", "RunSource": "PipelineRun", "ParameterAssignments": { "model_name": "diabetes_regression_model.pkl" }, "tags": { "BuildId": "9", "BuildUri": "https://dev.azure.com/xxxxxxxx0710/azure-data-stack/_build/results?buildId=9" }, "StepTags": { "BuildId": "9", "BuildUri": "https://dev.azure.com/xxxxxxxxx0710/azure-data-stack/_build/results?buildId=9" } } Response Code: 0 Response: An error was encountered while processing request. Exception: Exception Message: Cannot get DNS address for host 'australiasoutheast.aether.ms' (No such host is known). (type TeamFoundationServerException)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi ,
I am receiving the following error message in the 'Invoke ML pipeline' task; could you please let me know what the problem is?
==============================================================================
Task : Invoke ML pipeline
Description : Invoke Azure Machine Learning published pipelines.
Version : 0.1.90
Author : ms-air-aiagility
Help URL : https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml&ssr=false#overview
2023-05-13T10:00:29.2078608Z POST https://australiasoutheast.aether.ms/api/v1.0/subscriptions/0432b1d0-5e2e-4e2a-ad73-e33d0652e3f7/resourceGroups/mlops-ase-RG/providers/Microsoft.MachineLearningServices/workspaces/mlops-ase-AML-WS/PipelineRuns/PipelineSubmit/4ae4eca2-3644-436d-8c1b-2d6881a28937
Request body: {
"AzDevOpsCallBackInfo": {
"JobId": "77aee9c5-85bc-59ae-fa90-c3f20f9c111e",
"HubName": "build",
"TaskInstanceId": "7ffef4a3-944d-544a-2764-6fcc510d84c9",
"PlanId": "841074aa-42c9-489d-9979-d18e22342bd4",
"ProjectId": "d87994f0-39c8-47a2-9122-f2e88907e3f5",
"PlanUri": "https://dev.azure.com/xxxxxxxxx0710/",
"AuthToken": ***
},
"ExperimentName": "mlopspython",
"RunSource": "PipelineRun",
"ParameterAssignments": {
"model_name": "diabetes_regression_model.pkl"
},
"tags": {
"BuildId": "9",
"BuildUri": "https://dev.azure.com/xxxxxxxx0710/azure-data-stack/_build/results?buildId=9"
},
"StepTags": {
"BuildId": "9",
"BuildUri": "https://dev.azure.com/xxxxxxxxx0710/azure-data-stack/_build/results?buildId=9"
}
}
Response Code: 0
Response: An error was encountered while processing request. Exception:
Exception Message: Cannot get DNS address for host 'australiasoutheast.aether.ms' (No such host is known). (type TeamFoundationServerException)
The text was updated successfully, but these errors were encountered: