@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TargetDevice extends Enum<TargetDevice>
Enum Constant and Description |
---|
Deeplens |
Jetson_tx1 |
Jetson_tx2 |
Ml_c4 |
Ml_c5 |
Ml_m4 |
Ml_m5 |
Ml_p2 |
Ml_p3 |
Rasp3b |
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 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 Rasp3b
public static final TargetDevice Deeplens
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.