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 and Description |
---|
EmbedCohere |
LargeCohere |
LargeCohereV2 |
LargeCohereV22 |
LargeGeneric |
LargeGeneric4 |
Llama270 |
SmallCohere |
SmallCohereV2 |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DedicatedAiCluster.UnitShape |
create(String key) |
String |
getValue() |
static DedicatedAiCluster.UnitShape |
valueOf(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.
|
public static final DedicatedAiCluster.UnitShape LargeCohere
public static final DedicatedAiCluster.UnitShape LargeCohereV2
public static final DedicatedAiCluster.UnitShape SmallCohere
public static final DedicatedAiCluster.UnitShape SmallCohereV2
public static final DedicatedAiCluster.UnitShape EmbedCohere
public static final DedicatedAiCluster.UnitShape Llama270
public static final DedicatedAiCluster.UnitShape LargeGeneric
public static final DedicatedAiCluster.UnitShape LargeCohereV22
public static final DedicatedAiCluster.UnitShape LargeGeneric4
public static final DedicatedAiCluster.UnitShape UnknownEnumValue
public static DedicatedAiCluster.UnitShape[] values()
for (DedicatedAiCluster.UnitShape c : DedicatedAiCluster.UnitShape.values()) System.out.println(c);
public static DedicatedAiCluster.UnitShape 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 nullpublic static DedicatedAiCluster.UnitShape create(String key)
Copyright © 2016–2024. All rights reserved.