Enum DedicatedAiCluster.UnitShape
- java.lang.Object
- 
- java.lang.Enum<DedicatedAiCluster.UnitShape>
- 
- com.oracle.bmc.generativeai.model.DedicatedAiCluster.UnitShape
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<DedicatedAiCluster.UnitShape>
 - Enclosing class:
- DedicatedAiCluster
 
 public static enum DedicatedAiCluster.UnitShape extends Enum<DedicatedAiCluster.UnitShape> implements BmcEnum The shape of dedicated unit in this AI cluster.The underlying hardware configuration is hidden from customers. 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description EmbedCohereLargeCohereLargeCohereV2LargeCohereV22LargeCohereV3LargeGenericLargeGeneric2LargeGeneric4LargeGenericV1LargeGenericV2Llama270MediumGenericV1RerankCohereSmallCohereSmallCohere4SmallCohereV2SmallGenericV1SmallGenericV2UnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DedicatedAiCluster.UnitShapecreate(String key)StringgetValue()static DedicatedAiCluster.UnitShapevalueOf(String name)Returns the enum constant of this type with the specified name.static DedicatedAiCluster.UnitShape[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
LargeCoherepublic static final DedicatedAiCluster.UnitShape LargeCohere 
 - 
LargeCohereV2public static final DedicatedAiCluster.UnitShape LargeCohereV2 
 - 
SmallCoherepublic static final DedicatedAiCluster.UnitShape SmallCohere 
 - 
SmallCohereV2public static final DedicatedAiCluster.UnitShape SmallCohereV2 
 - 
SmallCohere4public static final DedicatedAiCluster.UnitShape SmallCohere4 
 - 
EmbedCoherepublic static final DedicatedAiCluster.UnitShape EmbedCohere 
 - 
Llama270public static final DedicatedAiCluster.UnitShape Llama270 
 - 
LargeGenericpublic static final DedicatedAiCluster.UnitShape LargeGeneric 
 - 
LargeCohereV22public static final DedicatedAiCluster.UnitShape LargeCohereV22 
 - 
LargeGeneric4public static final DedicatedAiCluster.UnitShape LargeGeneric4 
 - 
SmallGenericV2public static final DedicatedAiCluster.UnitShape SmallGenericV2 
 - 
LargeGeneric2public static final DedicatedAiCluster.UnitShape LargeGeneric2 
 - 
LargeGenericV2public static final DedicatedAiCluster.UnitShape LargeGenericV2 
 - 
LargeCohereV3public static final DedicatedAiCluster.UnitShape LargeCohereV3 
 - 
RerankCoherepublic static final DedicatedAiCluster.UnitShape RerankCohere 
 - 
SmallGenericV1public static final DedicatedAiCluster.UnitShape SmallGenericV1 
 - 
MediumGenericV1public static final DedicatedAiCluster.UnitShape MediumGenericV1 
 - 
LargeGenericV1public static final DedicatedAiCluster.UnitShape LargeGenericV1 
 - 
UnknownEnumValuepublic static final DedicatedAiCluster.UnitShape UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static DedicatedAiCluster.UnitShape[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DedicatedAiCluster.UnitShape c : DedicatedAiCluster.UnitShape.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static DedicatedAiCluster.UnitShape valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static DedicatedAiCluster.UnitShape create(String key) 
 
- 
 
-