Setup & Installation
What This Skill Does
Java client library for Azure Batch, a managed service that runs large-scale parallel and HPC workloads. Lets you create and manage pools of compute nodes, submit jobs, and track tasks through their lifecycle. Supports both sync and async clients, autoscaling, and long-running operations via pollers. Managing Azure Batch manually through the REST API requires handling LRO polling, pagination, and credential plumbing yourself; this SDK wraps all of that with typed models and built-in poller support.
When to use it
- Working with azure compute batch java functionality
- Implementing azure compute batch java features
- Debugging azure compute batch java related issues
