@Generated public enum HardwareAcceleratorType extends Enum<HardwareAcceleratorType>
| Enum Constant and Description |
|---|
GPU_1X_A10 |
GPU_8X_H100 |
| Modifier and Type | Method and Description |
|---|---|
static HardwareAcceleratorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardwareAcceleratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HardwareAcceleratorType GPU_1X_A10
public static final HardwareAcceleratorType GPU_8X_H100
public static HardwareAcceleratorType[] values()
for (HardwareAcceleratorType c : HardwareAcceleratorType.values()) System.out.println(c);
public static HardwareAcceleratorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.