Uses of Class
com.azure.resourcemanager.containerinstance.models.GpuSku
-
Packages that use GpuSku Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of GpuSku in com.azure.resourcemanager.containerinstance.models
Fields in com.azure.resourcemanager.containerinstance.models declared as GpuSku Modifier and Type Field Description static GpuSkuGpuSku. K80Static value K80 for GpuSku.static GpuSkuGpuSku. P100Static value P100 for GpuSku.static GpuSkuGpuSku. V100Static value V100 for GpuSku.Methods in com.azure.resourcemanager.containerinstance.models that return GpuSku Modifier and Type Method Description static GpuSkuGpuSku. fromString(String name)Creates or finds a GpuSku from its string representation.GpuSkuGpuResource. sku()Get the sku property: The SKU of the GPU resource.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type GpuSku Modifier and Type Method Description static Collection<GpuSku>GpuSku. values()Methods in com.azure.resourcemanager.containerinstance.models with parameters of type GpuSku Modifier and Type Method Description ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource. withGpuResource(int gpuCoreCount, GpuSku gpuSku)Specifies the GPU core count and SKU.GpuResourceGpuResource. withSku(GpuSku sku)Set the sku property: The SKU of the GPU resource.
-