GpuInstanceProfile Enum
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.
GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
public enum GpuInstanceProfile
type GpuInstanceProfile =
Public Enum GpuInstanceProfile
- Inheritance
-
GpuInstanceProfile
Fields
| Name | Value | Description |
|---|---|---|
| Mig1G | 0 | MIG 1g GPU instance profile. |
| Mig2G | 1 | MIG 2g GPU instance profile. |
| Mig3G | 2 | MIG 3g GPU instance profile. |
| Mig4G | 3 | MIG 4g GPU instance profile. |
| Mig7G | 4 | MIG 7g GPU instance profile. |