NvidiaGPUProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. NvidiaGPUProfile
- com.
Implements
public final class NvidiaGPUProfile
implements JsonSerializable<NvidiaGPUProfile>
NVIDIA-specific GPU settings.
Constructor Summary
| Constructor | Description |
|---|---|
| NvidiaGPUProfile() |
Creates an instance of Nvidia |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Nvidia |
fromJson(JsonReader jsonReader)
Reads an instance of Nvidia |
|
Management |
managementMode()
Get the management |
|
Mig |
migStrategy()
Get the mig |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Nvidia |
withManagementMode(ManagementMode managementMode)
Set the management |
|
Nvidia |
withMigStrategy(MigStrategy migStrategy)
Set the mig |
Methods inherited from java.lang.Object
Constructor Details
NvidiaGPUProfile
public NvidiaGPUProfile()
Creates an instance of NvidiaGPUProfile class.
Method Details
fromJson
public static NvidiaGPUProfile fromJson(JsonReader jsonReader)
Reads an instance of NvidiaGPUProfile from the JsonReader.
Parameters:
Returns:
Throws:
managementMode
public ManagementMode managementMode()
Get the managementMode property: 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.
Returns:
migStrategy
public MigStrategy migStrategy()
Get the migStrategy property: 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:
toJson
validate
public void validate()
Validates the instance.
withManagementMode
public NvidiaGPUProfile withManagementMode(ManagementMode managementMode)
Set the managementMode property: 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.
Parameters:
Returns:
withMigStrategy
public NvidiaGPUProfile withMigStrategy(MigStrategy migStrategy)
Set the migStrategy property: 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.
Parameters:
Returns: