You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/sdk-overview.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,12 @@ The Azure AI Foundry SDK is a set of client libraries and services designed to w
42
42
43
43
## Unified Projects client library
44
44
45
-
The Azure AI Foundry Projects client library is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
45
+
46
46
47
47
::: zone pivot="programming-language-python"
48
48
49
+
The [Azure AI Foundry Projects client library for Python](/python/api/overview/azure/ai-projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
50
+
49
51
* Install the project client library
50
52
51
53
```bash
@@ -62,14 +64,15 @@ The Azure AI Foundry Projects client library is a unified library that enables y
62
64
endpoint="your_project_endpoint", # Replace with your endpoint
63
65
credential=DefaultAzureCredential())
64
66
```
65
-
66
67
::: zone-end
67
68
68
69
::: zone pivot="programming-language-java"
69
70
71
+
The [Azure AI Foundry Projects client library for Java (preview)](/java/api/overview/azure/ai-projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
The [Azure AI Foundry Projects client library for JavaScript](/javascript/api/overview/azure/ai-projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
96
101
97
102
* Install dependencies (preview):
98
103
@@ -111,10 +116,13 @@ The Azure AI Foundry Projects client library is a unified library that enables y
111
116
const project = new AIProjectClient(endpoint, new DefaultAzureCredential());
112
117
```
113
118
119
+
114
120
::: zone-end
115
121
116
122
::: zone pivot="programming-language-csharp"
117
123
124
+
The [Azure AI Foundry Projects client library for .NET](/dotnet/api/overview/azure/ai.projects-readme) is a unified library that enables you to use multiple client libraries together by connecting to a single project endpoint.
0 commit comments