@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TargetDevice extends Enum<TargetDevice>
Enum Constant and Description |
---|
Aisage |
Amba_cv2 |
Amba_cv22 |
Amba_cv25 |
Coreml |
Deeplens |
Imx8mplus |
Imx8qm |
Jacinto_tda4vm |
Jetson_nano |
Jetson_tx1 |
Jetson_tx2 |
Jetson_xavier |
Lambda |
Ml_c4 |
Ml_c5 |
Ml_c6g |
Ml_eia2 |
Ml_g4dn |
Ml_inf1 |
Ml_inf2 |
Ml_m4 |
Ml_m5 |
Ml_m6g |
Ml_p2 |
Ml_p3 |
Ml_trn1 |
Qcs603 |
Qcs605 |
Rasp3b |
Rasp4b |
Rk3288 |
Rk3399 |
Sbe_c |
Sitara_am57x |
X86_win32 |
X86_win64 |
Modifier and Type | Method and Description |
---|---|
static TargetDevice |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TargetDevice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetDevice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetDevice Lambda
public static final TargetDevice Ml_m4
public static final TargetDevice Ml_m5
public static final TargetDevice Ml_m6g
public static final TargetDevice Ml_c4
public static final TargetDevice Ml_c5
public static final TargetDevice Ml_c6g
public static final TargetDevice Ml_p2
public static final TargetDevice Ml_p3
public static final TargetDevice Ml_g4dn
public static final TargetDevice Ml_inf1
public static final TargetDevice Ml_inf2
public static final TargetDevice Ml_trn1
public static final TargetDevice Ml_eia2
public static final TargetDevice Jetson_tx1
public static final TargetDevice Jetson_tx2
public static final TargetDevice Jetson_nano
public static final TargetDevice Jetson_xavier
public static final TargetDevice Rasp3b
public static final TargetDevice Rasp4b
public static final TargetDevice Imx8qm
public static final TargetDevice Deeplens
public static final TargetDevice Rk3399
public static final TargetDevice Rk3288
public static final TargetDevice Aisage
public static final TargetDevice Sbe_c
public static final TargetDevice Qcs605
public static final TargetDevice Qcs603
public static final TargetDevice Sitara_am57x
public static final TargetDevice Amba_cv2
public static final TargetDevice Amba_cv22
public static final TargetDevice Amba_cv25
public static final TargetDevice X86_win32
public static final TargetDevice X86_win64
public static final TargetDevice Coreml
public static final TargetDevice Jacinto_tda4vm
public static final TargetDevice Imx8mplus
public static TargetDevice[] values()
for (TargetDevice c : TargetDevice.values()) System.out.println(c);
public static TargetDevice 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 String toString()
toString
in class Enum<TargetDevice>
public static TargetDevice fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.