Skip to content

Commit b6afd52

Browse files
authored
Merge pull request #209331 from Blackmist/metrics-quota
fixing stuff
2 parents f6e27f3 + 4a08355 commit b6afd52

File tree

5 files changed

+12
-85
lines changed

5 files changed

+12
-85
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,13 @@
5858
},
5959
{
6060
"source_path_from_root": "/articles/machine-learning/resource-limits-quotas-capacity.md",
61-
"redirect_url": "/azure/machine-learning/resource-limits-capacity",
62-
"redirect_document_id": true
61+
"redirect_url": "/azure/machine-learning/how-to-manage-quotas",
62+
"redirect_document_id": false
63+
},
64+
{
65+
"source_path_from_root": "/articles/machine-learning/resource-limits-capacity.md",
66+
"redirect_url": "/azure/machine-learning/how-to-manage-quotas",
67+
" redirect_document_id": true
6368
},
6469
{
6570
"source_path_from_root": "/articles/machine-learning/tutorial-train-models-with-aml.md",

articles/machine-learning/resource-limits-capacity.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

articles/machine-learning/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,6 @@
760760
href: https://azure.microsoft.com/roadmap/
761761
- name: Pricing
762762
href: https://azure.microsoft.com/pricing/details/machine-learning-services/
763-
- name: Service limits
764-
href: resource-limits-capacity.md
765763
- name: Conda licensing
766764
href: /legal/machine-learning/conda-licensing
767765
- name: Regional availability

articles/machine-learning/v1/how-to-log-view-metrics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.topic: how-to
1515

1616
# Log & view metrics and log files v1
1717

18+
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
19+
1820
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning Python SDK you are using:"]
1921
> * [v1](how-to-log-view-metrics.md)
2022
> * [v2 (preview)](../how-to-log-view-metrics.md)
@@ -157,7 +159,7 @@ This folder contains information about the user generated logs. This folder is o
157159

158160
#### system_logs folder
159161

160-
This folder contains the logs generated by Azure Machine Learning and it will be closed by default.The logs generated by the system are grouped into different folders, based on the stage of the job in the runtime.
162+
This folder contains the logs generated by Azure Machine Learning and it will be closed by default. The logs generated by the system are grouped into different folders, based on the stage of the job in the runtime.
161163

162164
#### Other folders
163165

articles/machine-learning/v1/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@
167167
- name: Track experiments with MLflow
168168
displayName: log, monitor, metrics, model registry, register
169169
href: how-to-use-mlflow.md
170-
170+
- name: Log & view metrics
171+
href: how-to-log-view-metrics.md
171172
- name: Interpret ML models
172173
displayName: SDK, interpret, explain, explainability, interpretability
173174
href: ../how-to-machine-learning-interpretability-aml.md

0 commit comments

Comments
 (0)