@Generated(value="software.amazon.awssdk:codegen") public enum Framework extends Enum<Framework>
| Enum Constant and Description |
|---|
DARKNET |
KERAS |
MXNET |
ONNX |
PYTORCH |
SKLEARN |
TENSORFLOW |
TFLITE |
UNKNOWN_TO_SDK_VERSION |
XGBOOST |
| Modifier and Type | Method and Description |
|---|---|
static Framework |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<Framework> |
knownValues()
|
String |
toString() |
static Framework |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Framework[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Framework TENSORFLOW
public static final Framework KERAS
public static final Framework MXNET
public static final Framework ONNX
public static final Framework PYTORCH
public static final Framework XGBOOST
public static final Framework TFLITE
public static final Framework DARKNET
public static final Framework SKLEARN
public static final Framework UNKNOWN_TO_SDK_VERSION
public static Framework[] values()
for (Framework c : Framework.values()) System.out.println(c);
public static Framework 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 Framework fromValue(String value)
value - real valueCopyright © 2022. All rights reserved.