KnownMigStrategy enum
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.
Fields
| Mixed | Set the MIG strategy for managed MIG as mixed. |
| None | Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. |
| Single | Set the MIG strategy for managed MIG as single. |