Setup & Installation
What This Skill Does
Java SDK for Azure AI Foundry that manages project resources like connections, datasets, indexes, and evaluations through a typed client hierarchy. Each resource type gets its own sub-client built from a shared AIProjectClientBuilder. Instead of calling the Azure AI Foundry REST API directly and managing pagination, authentication, and error handling yourself, the SDK wraps all of it in typed Java clients with DefaultAzureCredential support built in.
When to use it
- Working with azure ai projects java functionality
- Implementing azure ai projects java features
- Debugging azure ai projects java related issues
