@Generated public enum ServingModelWorkloadType extends Enum<ServingModelWorkloadType>
| Enum Constant and Description |
|---|
CPU |
GPU_LARGE |
GPU_MEDIUM |
GPU_SMALL |
MULTIGPU_MEDIUM |
| Modifier and Type | Method and Description |
|---|---|
static ServingModelWorkloadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServingModelWorkloadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServingModelWorkloadType CPU
public static final ServingModelWorkloadType GPU_LARGE
public static final ServingModelWorkloadType GPU_MEDIUM
public static final ServingModelWorkloadType GPU_SMALL
public static final ServingModelWorkloadType MULTIGPU_MEDIUM
public static ServingModelWorkloadType[] values()
for (ServingModelWorkloadType c : ServingModelWorkloadType.values()) System.out.println(c);
public static ServingModelWorkloadType 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 © 2025. All rights reserved.