Uses of Enum Class
com.yahoo.config.provision.NodeResources.GpuType
Packages that use NodeResources.GpuType
-
Uses of NodeResources.GpuType in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return NodeResources.GpuTypeModifier and TypeMethodDescriptionNodeResources.GpuResources.type()Returns the value of thetyperecord component.static NodeResources.GpuTypeReturns the enum constant of this class with the specified name.static NodeResources.GpuType[]NodeResources.GpuType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.config.provision with parameters of type NodeResources.GpuTypeModifierConstructorDescriptionGpuResources(NodeResources.GpuType type, int count, double memoryGiB) Creates an instance of aGpuResourcesrecord class.