@Generated(value="software.amazon.awssdk:codegen") public enum TargetDevice extends Enum<TargetDevice>
Enum Constant and Description |
---|
AISAGE |
AMBA_CV2 |
AMBA_CV22 |
AMBA_CV25 |
COREML |
DEEPLENS |
IMX8_MPLUS |
IMX8_QM |
JACINTO_TDA4_VM |
JETSON_NANO |
JETSON_TX1 |
JETSON_TX2 |
JETSON_XAVIER |
LAMBDA |
ML_C4 |
ML_C5 |
ML_EIA2 |
ML_G4_DN |
ML_INF1 |
ML_M4 |
ML_M5 |
ML_P2 |
ML_P3 |
QCS603 |
QCS605 |
RASP3_B |
RK3288 |
RK3399 |
SBE_C |
SITARA_AM57_X |
UNKNOWN_TO_SDK_VERSION |
X86_WIN32 |
X86_WIN64 |
Modifier and Type | Method and Description |
---|---|
static TargetDevice |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<TargetDevice> |
knownValues()
|
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_C4
public static final TargetDevice ML_C5
public static final TargetDevice ML_P2
public static final TargetDevice ML_P3
public static final TargetDevice ML_G4_DN
public static final TargetDevice ML_INF1
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 RASP3_B
public static final TargetDevice IMX8_QM
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_AM57_X
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_TDA4_VM
public static final TargetDevice IMX8_MPLUS
public static final TargetDevice UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<TargetDevice> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known TargetDevice
sCopyright © 2023. All rights reserved.