Microsoft.Azure.Management.BatchAI 2.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 1.4 .NET Framework 4.5.2
dotnet add package Microsoft.Azure.Management.BatchAI --version 2.0.0
NuGet\Install-Package Microsoft.Azure.Management.BatchAI -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.Management.BatchAI" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.Management.BatchAI --version 2.0.0
#r "nuget: Microsoft.Azure.Management.BatchAI, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.Management.BatchAI as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Management.BatchAI&version=2.0.0

// Install Microsoft.Azure.Management.BatchAI as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Management.BatchAI&version=2.0.0

Provides management capabilities for Azure Batch AI.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 6,043 6/25/2018
1.0.1 2,259 4/12/2018
1.0.0-preview 1,834 10/10/2017

This version uses 2018-05-01 BatchAI API specification which introduced the following braking changes:
       1. Clusters, FileServers must be created under a workspace;
       2. Jobs must be created under an experiment;
       3. Clusters, FileServers and Jobs do not accept location during creation and belong to the same location as the parent workspace;
       4. Clusters, FileServers and Jobs do not support tags;
       5. BatchAIManagementClient.Usage renamed to BatchAIManagementClient.Usages;
       6. Job priority changed a type from int to an enum;
       7. File.IsDirectory is replaced with File.FileType;
       8. Job.Priority and JobCreateParameters.Priority is replaced with SchedulingPriority;
       9. Removed unsupported MountSettings.FileServerType attribute;
       10. OutputDirectory.Type unsupported attribute removed;
       11. OutputDirectory.CreateNew attributes removed, BatchAI will always create output directories if they not exist;
       12. SetupTask.RunElevated attribute removed, the setup task is always executed under root.

       Features:
       1. Added support to workspaces to group Clusters, FileServers and Experiments and remove limit on number of allocated resources;
       2. Added support for experiment to group jobs and remove limit on number of jobs;
       3. Added support for configuring /dev/shm for jobs which use docker containers;
       4. Added first class support for generic MPI jobs;
       5. Added first class support for Horovod jobs.