Uses of Class
com.microsoft.azure.management.containerinstance.GpuSku
Packages that use GpuSku
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of GpuSku in com.microsoft.azure.management.containerinstance
Fields in com.microsoft.azure.management.containerinstance declared as GpuSkuModifier and TypeFieldDescriptionstatic final GpuSku
GpuSku.K80
Static value K80 for GpuSku.static final GpuSku
GpuSku.P100
Static value P100 for GpuSku.static final GpuSku
GpuSku.V100
Static value V100 for GpuSku.Methods in com.microsoft.azure.management.containerinstance that return GpuSkuModifier and TypeMethodDescriptionstatic GpuSku
GpuSku.fromString
(String name) Creates or finds a GpuSku from its string representation.GpuResource.sku()
Get the SKU of the GPU resource.Methods in com.microsoft.azure.management.containerinstance that return types with arguments of type GpuSkuMethods in com.microsoft.azure.management.containerinstance with parameters of type GpuSkuModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource.withGpuResource
(int gpuCoreCount, GpuSku gpuSku) Set the SKU of the GPU resource.