Enum Class ProjectOutputV1.ResourceSizeEnum

java.lang.Object
java.lang.Enum<ProjectOutputV1.ResourceSizeEnum>
com.seeq.model.ProjectOutputV1.ResourceSizeEnum
All Implemented Interfaces:
Serializable, Comparable<ProjectOutputV1.ResourceSizeEnum>, Constable
Enclosing class:
ProjectOutputV1

public static enum ProjectOutputV1.ResourceSizeEnum extends Enum<ProjectOutputV1.ResourceSizeEnum>
The size of the resources provisioned for this project. One of UI_S, GP_S (default), GP_M, ML_L, or ML_XL. The values represent a combination of Purpose (represents the use-case and workload) and Size. Purposes: UI = User Interaction, GP = General Purpose, ML = Machine Learning. Sizes: S = Small, M = Medium, L = Large, XL = Extra Large.