@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum MlTools extends Enum<MlTools>
Enum Constant and Description |
---|
AutoMl |
DataWrangler |
EmrClusters |
Endpoints |
Experiments |
FeatureStore |
InferenceRecommender |
JumpStart |
ModelEvaluation |
Models |
Pipelines |
Projects |
Training |
Modifier and Type | Method and Description |
---|---|
static MlTools |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static MlTools |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MlTools[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MlTools DataWrangler
public static final MlTools FeatureStore
public static final MlTools EmrClusters
public static final MlTools AutoMl
public static final MlTools Experiments
public static final MlTools Training
public static final MlTools ModelEvaluation
public static final MlTools Pipelines
public static final MlTools Models
public static final MlTools JumpStart
public static final MlTools InferenceRecommender
public static final MlTools Endpoints
public static final MlTools Projects
public static MlTools[] values()
for (MlTools c : MlTools.values()) System.out.println(c);
public static MlTools 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 MlTools fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.