Uses of Class
com.azure.resourcemanager.containerservice.models.GpuDriver
Packages that use GpuDriver
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of GpuDriver in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as GpuDriverModifier and TypeFieldDescriptionstatic final GpuDriverGpuDriver.INSTALLStatic value Install for GpuDriver.static final GpuDriverGpuDriver.NONEStatic value None for GpuDriver.Methods in com.azure.resourcemanager.containerservice.models that return GpuDriverModifier and TypeMethodDescriptionGpuProfile.driver()Get the driver property: Whether to install GPU drivers.static GpuDriverGpuDriver.fromString(String name) Creates or finds a GpuDriver from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type GpuDriverModifier and TypeMethodDescriptionstatic Collection<GpuDriver> GpuDriver.values()Gets known GpuDriver values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type GpuDriverModifier and TypeMethodDescriptionGpuProfile.withDriver(GpuDriver driver) Set the driver property: Whether to install GPU drivers.