Share via


GPUProfile interface

GPU settings for the Agent Pool.

Properties

driver

Whether to install GPU drivers. When it's not specified, default is Install.

driverType

Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility.

nvidia

NVIDIA-specific GPU settings.

Property Details

driver

Whether to install GPU drivers. When it's not specified, default is Install.

driver?: string

Property Value

string

driverType

Specify the type of GPU driver to install when creating Windows agent pools. If not provided, AKS selects the driver based on system compatibility. This cannot be changed once the AgentPool has been created. This cannot be set on Linux AgentPools. For Linux AgentPools, the driver is selected based on system compatibility.

driverType?: string

Property Value

string

nvidia

NVIDIA-specific GPU settings.

nvidia?: NvidiaGPUProfile

Property Value