@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TargetDevice extends Enum<TargetDevice>
Enum Constant and Description |
---|
Aisage |
Deeplens |
Jetson_nano |
Jetson_tx1 |
Jetson_tx2 |
Lambda |
Ml_c4 |
Ml_c5 |
Ml_m4 |
Ml_m5 |
Ml_p2 |
Ml_p3 |
Qcs603 |
Qcs605 |
Rasp3b |
Rk3288 |
Rk3399 |
Sbe_c |
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_c4
public static final TargetDevice Ml_c5
public static final TargetDevice Ml_p2
public static final TargetDevice Ml_p3
public static final TargetDevice Jetson_tx1
public static final TargetDevice Jetson_tx2
public static final TargetDevice Jetson_nano
public static final TargetDevice Rasp3b
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.