Uses of Class
com.azure.resourcemanager.containerinstance.models.GpuSku
Packages that use GpuSku
Package
Description
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 GpuSkuModifier and TypeFieldDescriptionstatic final GpuSkuGpuSku.K80Static value K80 for GpuSku.static final GpuSkuGpuSku.P100Static value P100 for GpuSku.static final GpuSkuGpuSku.V100Static value V100 for GpuSku.Methods in com.azure.resourcemanager.containerinstance.models that return GpuSkuModifier and TypeMethodDescriptionstatic GpuSkuGpuSku.fromString(String name) Creates or finds a GpuSku from its string representation.GpuResource.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 GpuSkuMethods in com.azure.resourcemanager.containerinstance.models with parameters of type GpuSkuModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource.withGpuResource(int gpuCoreCount, GpuSku gpuSku) Specifies the GPU core count and SKU.Set the sku property: The SKU of the GPU resource.