ArmContainerServiceModelFactory.AgentPoolNvidiaGpuProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ContainerService.Models.AgentPoolNvidiaGpuProfile AgentPoolNvidiaGpuProfile(Azure.ResourceManager.ContainerService.Models.GpuManagementMode? managementMode = default, Azure.ResourceManager.ContainerService.Models.MultiInstanceGpuStrategy? migStrategy = default);
static member AgentPoolNvidiaGpuProfile : Nullable<Azure.ResourceManager.ContainerService.Models.GpuManagementMode> * Nullable<Azure.ResourceManager.ContainerService.Models.MultiInstanceGpuStrategy> -> Azure.ResourceManager.ContainerService.Models.AgentPoolNvidiaGpuProfile
Public Shared Function AgentPoolNvidiaGpuProfile (Optional managementMode As Nullable(Of GpuManagementMode) = Nothing, Optional migStrategy As Nullable(Of MultiInstanceGpuStrategy) = Nothing) As AgentPoolNvidiaGpuProfile
Parameters
- managementMode
- Nullable<GpuManagementMode>
The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu.
- migStrategy
- Nullable<MultiInstanceGpuStrategy>
Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None.
Returns
A new AgentPoolNvidiaGpuProfile instance for mocking.