@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public enum ContainerUsage extends Enum<ContainerUsage> implements BmcEnum
The Usage of the container.
Enum Constant and Description |
---|
BatchInference |
Evaluation |
FineTune |
Inference |
Other |
Modifier and Type | Method and Description |
---|---|
static ContainerUsage |
create(String key) |
String |
getValue() |
static ContainerUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerUsage Inference
public static final ContainerUsage FineTune
public static final ContainerUsage Evaluation
public static final ContainerUsage BatchInference
public static final ContainerUsage Other
public static ContainerUsage[] values()
for (ContainerUsage c : ContainerUsage.values()) System.out.println(c);
public static ContainerUsage 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 ContainerUsage create(String key)
Copyright © 2016–2025. All rights reserved.