@@ -12,7 +12,7 @@ metadata:
12
12
ms.author : sgilley
13
13
author : sdgilley
14
14
ms.reviewer : sgilley
15
- ms.date : 02/15 /2024
15
+ ms.date : 08/21 /2024
16
16
ms.custom : jordan-changes
17
17
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
18
18
@@ -23,6 +23,9 @@ landingContent:
23
23
links :
24
24
- text : " What is Azure Machine Learning?"
25
25
url : overview-what-is-azure-machine-learning.md
26
+ - text : " What is Responsible AI?"
27
+ url : concept-responsible-ai.md
28
+
26
29
# Card
27
30
- title : Setup & quickstart
28
31
linkLists :
@@ -48,6 +51,16 @@ landingContent:
48
51
- text : Set up a reusable pipeline
49
52
url : tutorial-pipeline-python-sdk.md
50
53
54
+ # Card
55
+ - title : " Build AI solutions"
56
+ linkLists :
57
+ - linkListType : quickstart
58
+ links :
59
+ - text : " What is Azure Machine Learning prompt flow?"
60
+ url : prompt-flow/overview-what-is-prompt-flow.md
61
+ - text : " Get started in prompt flow"
62
+ url : prompt-flow/get-started-prompt-flow.md
63
+
51
64
# Card
52
65
- title : Work with data
53
66
linkLists :
@@ -57,8 +70,6 @@ landingContent:
57
70
url : interactive-data-wrangling-with-apache-spark-azure-ml.md
58
71
- text : Create data assets
59
72
url : how-to-create-data-assets.md
60
- - text : Work with tables
61
- url : how-to-mltable.md
62
73
63
74
# Card
64
75
- title : Train models
@@ -67,14 +78,8 @@ landingContent:
67
78
links :
68
79
- text : Run training with CLI, SDK, or REST API
69
80
url : how-to-train-model.md
70
- - text : Tune hyperparameters for model training
71
- url : how-to-tune-hyperparameters.md
72
81
- text : Build pipelines from reuseable components
73
82
url : tutorial-pipeline-python-sdk.md
74
- - text : Use automated ML in studio
75
- url : tutorial-first-experiment-automated-ml.md
76
- - text : Train with R
77
- url : how-to-r-train-model.md
78
83
# Card
79
84
- title : Deploy models
80
85
linkLists :
@@ -84,10 +89,6 @@ landingContent:
84
89
url : concept-endpoints.md
85
90
- text : Real-time scoring with online endpoints
86
91
url : how-to-deploy-online-endpoints.md
87
- - text : Batch scoring with batch endpoints
88
- url : batch-inference/how-to-use-batch-endpoint.md
89
- - text : Deploy R models
90
- url : how-to-r-deploy-r-model.md
91
92
92
93
# Card
93
94
- title : " Manage the ML lifecycle (MLOps)"
@@ -133,6 +134,4 @@ landingContent:
133
134
- text : Python SDK (v2) code examples
134
135
url : https://github.com/Azure/azureml-examples/blob/main/sdk/python/README.md
135
136
- text : CLI (v2) code examples
136
- url : https://github.com/Azure/azureml-examples/blob/main/cli/README.md
137
- - text : ML Studio (classic) documentation
138
- url : ./classic/index.yml
137
+ url : https://github.com/Azure/azureml-examples/blob/main/cli/README.md
0 commit comments