Skip to content

Commit ad1fb95

Browse files
committed
toc for reference and group models
1 parent b31025e commit ad1fb95

File tree

4 files changed

+47
-40
lines changed

4 files changed

+47
-40
lines changed

articles/ai-services/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ items:
102102
href: cognitive-services-limited-access.md
103103
- name: Reference
104104
items:
105-
- name: Azure AI services client libraries (SDKs)
105+
- name: Azure AI services SDKs
106106
href: reference/sdk-package-resources.md
107107
- name: Azure AI services REST APIs
108108
href: reference/rest-api-resources.md

articles/ai-services/reference/rest-api-resources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure AI REST API reference
2+
title: Azure AI services REST API reference
33
titleSuffix: Azure AI services
4-
description: Provides an overview of available Azure AI REST APIs with links to reference documentation.
4+
description: Provides an overview of available Azure AI services REST APIs with links to reference documentation.
55
author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-services
@@ -10,10 +10,10 @@ ms.date: 03/07/2024
1010
ms.author: lajanuar
1111
---
1212

13-
# Azure AI REST API reference
13+
# Azure AI services REST API reference
1414

1515

16-
This article provides an overview of available Azure AI REST APIs with links to service and feature level reference documentation.
16+
This article provides an overview of available Azure AI services REST APIs with links to service and feature level reference documentation.
1717

1818
## Available Azure AI services
1919

articles/ai-services/reference/sdk-package-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure AI SDK reference
2+
title: Azure AI services SDK reference
33
titleSuffix: Azure AI services
44
description: Provides an overview of available Azure AI client libraries and packages with links to reference documentation.
55
author: eric-urban
@@ -11,7 +11,7 @@ ms.author: lajanuar
1111
zone_pivot_groups: programming-languages-reference-ai-services
1212
---
1313

14-
# Azure AI SDK reference
14+
# Azure AI services SDK reference
1515

1616
This article provides an overview of available Azure AI client libraries and packages with links to service and feature level reference documentation.
1717

articles/ai-studio/toc.yml

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,6 @@ items:
4040
- name: How-to
4141
expanded: true
4242
items:
43-
- name: Explore Azure AI Studio
44-
items:
45-
- name: Model catalog
46-
href: how-to/model-catalog.md
47-
- name: Azure AI capabilities
48-
href: how-to/models-foundation-azure-ai.md
49-
- name: SDK and CLI
50-
items:
51-
- name: Azure AI Generative SDK
52-
items:
53-
- name: Overview
54-
href: how-to/sdk-generative-overview.md
55-
- name: Get started with the Azure AI SDK
56-
href: how-to/sdk-install.md
57-
- name: Get started with the Azure AI CLI
58-
href: how-to/cli-install.md
59-
- name: Work with Azure AI projects in VS Code
60-
href: how-to/develop-in-vscode.md
6143
- name: Create Azure AI projects and resources
6244
items:
6345
- name: Azure AI hub resources overview
@@ -167,36 +149,42 @@ items:
167149
href: how-to/evaluate-prompts-playground.md
168150
- name: View evaluation results in Azure AI Studio
169151
href: how-to/evaluate-flow-results.md
170-
- name: Fine-tune models
171-
items:
172-
- name: Fine-tune Llama 2 family models
173-
href: how-to/fine-tune-model-llama.md
174152
- name: Deploy and monitor
175153
items:
176154
- name: Deployments overview
177155
href: concepts/deployments-overview.md
178156
displayName: endpoint
179157
- name: Deploy Azure OpenAI models
180158
href: how-to/deploy-models-openai.md
181-
- name: Deploy Cohere models
159+
- name: Monitor prompt flow deployments
160+
href: how-to/monitor-quality-safety.md
161+
- name: Troubleshoot deployments and monitoring
162+
href: how-to/troubleshoot-deploy-and-monitor.md
163+
- name: Work with foundation models
164+
items:
165+
- name: Azure AI capabilities
166+
href: how-to/models-foundation-azure-ai.md
167+
- name: Model catalog
168+
href: how-to/model-catalog.md
169+
- name: Cohere models
182170
items:
183171
- name: Deploy Cohere Command models
184172
href: how-to/deploy-models-cohere-command.md
185173
- name: Deploy Cohere Embed models
186174
href: how-to/deploy-models-cohere-embed.md
187-
- name: Deploy Llama 2 family models
188-
href: how-to/deploy-models-llama.md
189-
displayName: maas
175+
- name: Llama 2 family models
176+
items:
177+
- name: Deploy Llama 2 family models
178+
href: how-to/deploy-models-llama.md
179+
- name: Fine-tune Llama 2 family models
180+
href: how-to/fine-tune-model-llama.md
181+
displayName: maas
190182
- name: Deploy Mistral family models
191183
href: how-to/deploy-models-mistral.md
192184
displayName: maas
193185
- name: Deploy open models
194186
href: how-to/deploy-models-open.md
195187
displayName: oss, open source
196-
- name: Monitor prompt flow deployments
197-
href: how-to/monitor-quality-safety.md
198-
- name: Troubleshoot deployments and monitoring
199-
href: how-to/troubleshoot-deploy-and-monitor.md
200188
- name: Costs and quotas
201189
items:
202190
- name: Plan and manage costs
@@ -230,6 +218,18 @@ items:
230218
href: ../ai-services/encryption/cognitive-services-encryption-keys-portal.md?context=/azure/ai-studio/context/context
231219
- name: Vulnerability management
232220
href: concepts/vulnerability-management.md
221+
- name: SDK and CLI
222+
items:
223+
- name: Azure AI Generative SDK
224+
items:
225+
- name: Overview
226+
href: how-to/sdk-generative-overview.md
227+
- name: Get started with the Azure AI SDK
228+
href: how-to/sdk-install.md
229+
- name: Get started with the Azure AI CLI
230+
href: how-to/cli-install.md
231+
- name: Work with Azure AI projects in VS Code
232+
href: how-to/develop-in-vscode.md
233233
- name: Responsible AI
234234
items:
235235
- name: Overview
@@ -246,9 +246,16 @@ items:
246246
href: ./concepts/safety-evaluations-transparency-note.md
247247
- name: Reference
248248
items:
249-
- name: Azure AI SDK for Python
250-
href: /python/api/overview/azure/ai
251-
displayName: reference
249+
- name: Azure Machine Learning Python SDK
250+
href: /python/api/overview/azure/ai-ml-readme
251+
- name: Azure Machine Learning REST API
252+
href: /rest/api/azureml
253+
- name: Azure AI services SDKs
254+
displayName: client library libraries development kit
255+
href: ../ai-services/reference/sdk-package-resources.md?context=/azure/ai-studio/context/context
256+
- name: Azure AI services REST APIs
257+
displayName: swagger http
258+
href: ../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context
252259
- name: Azure Policy built-ins
253260
displayName: samples, policies, definitions
254261
href: ../ai-services/policy-reference.md?context=/azure/ai-studio/context/context

0 commit comments

Comments
 (0)