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 Summary
Enum Constants Enum Constant Description A10040GX1A10040GX2A10040GX4A10040GX8A10080GX1A10080GX2A10080GX4A10080GX8A10X1A10X2A10X4EmbedCohereH100X1H100X2H100X4H100X8H200X1H200X2H200X4H200X8LargeCohereLargeCohereV2LargeCohereV22LargeCohereV3LargeGenericLargeGeneric2LargeGeneric4LargeGenericV1LargeGenericV2Llama270MediumGenericV1RerankCohereSmallCohereSmallCohere4SmallCohereV2SmallGenericV1SmallGenericV2UnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All 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
-
LargeCohere
public static final DedicatedAiCluster.UnitShape LargeCohere
-
LargeCohereV2
public static final DedicatedAiCluster.UnitShape LargeCohereV2
-
SmallCohere
public static final DedicatedAiCluster.UnitShape SmallCohere
-
SmallCohereV2
public static final DedicatedAiCluster.UnitShape SmallCohereV2
-
SmallCohere4
public static final DedicatedAiCluster.UnitShape SmallCohere4
-
EmbedCohere
public static final DedicatedAiCluster.UnitShape EmbedCohere
-
Llama270
public static final DedicatedAiCluster.UnitShape Llama270
-
LargeGeneric
public static final DedicatedAiCluster.UnitShape LargeGeneric
-
LargeCohereV22
public static final DedicatedAiCluster.UnitShape LargeCohereV22
-
LargeGeneric4
public static final DedicatedAiCluster.UnitShape LargeGeneric4
-
SmallGenericV2
public static final DedicatedAiCluster.UnitShape SmallGenericV2
-
LargeGeneric2
public static final DedicatedAiCluster.UnitShape LargeGeneric2
-
LargeGenericV2
public static final DedicatedAiCluster.UnitShape LargeGenericV2
-
LargeCohereV3
public static final DedicatedAiCluster.UnitShape LargeCohereV3
-
RerankCohere
public static final DedicatedAiCluster.UnitShape RerankCohere
-
SmallGenericV1
public static final DedicatedAiCluster.UnitShape SmallGenericV1
-
MediumGenericV1
public static final DedicatedAiCluster.UnitShape MediumGenericV1
-
LargeGenericV1
public static final DedicatedAiCluster.UnitShape LargeGenericV1
-
A10X1
public static final DedicatedAiCluster.UnitShape A10X1
-
A10X2
public static final DedicatedAiCluster.UnitShape A10X2
-
A10X4
public static final DedicatedAiCluster.UnitShape A10X4
-
A10040GX1
public static final DedicatedAiCluster.UnitShape A10040GX1
-
A10040GX2
public static final DedicatedAiCluster.UnitShape A10040GX2
-
A10040GX4
public static final DedicatedAiCluster.UnitShape A10040GX4
-
A10040GX8
public static final DedicatedAiCluster.UnitShape A10040GX8
-
A10080GX1
public static final DedicatedAiCluster.UnitShape A10080GX1
-
A10080GX2
public static final DedicatedAiCluster.UnitShape A10080GX2
-
A10080GX4
public static final DedicatedAiCluster.UnitShape A10080GX4
-
A10080GX8
public static final DedicatedAiCluster.UnitShape A10080GX8
-
H100X1
public static final DedicatedAiCluster.UnitShape H100X1
-
H100X2
public static final DedicatedAiCluster.UnitShape H100X2
-
H100X4
public static final DedicatedAiCluster.UnitShape H100X4
-
H100X8
public static final DedicatedAiCluster.UnitShape H100X8
-
H200X1
public static final DedicatedAiCluster.UnitShape H200X1
-
H200X2
public static final DedicatedAiCluster.UnitShape H200X2
-
H200X4
public static final DedicatedAiCluster.UnitShape H200X4
-
H200X8
public static final DedicatedAiCluster.UnitShape H200X8
-
UnknownEnumValue
public 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
-
values
public 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
-
valueOf
public 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 nameNullPointerException- if the argument is null
-
create
public static DedicatedAiCluster.UnitShape create(String key)
-
-