@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum EvaluationFilterVariable extends Enum<EvaluationFilterVariable>
A list of the variables to use in searching or filtering Evaluation
.
CreatedAt
- Sets the search criteria to Evaluation
creation date.Status
- Sets the search criteria to Evaluation
status.Name
- Sets the search criteria to the contents of Evaluation
Name
.IAMUser
- Sets the search criteria to the user account that invoked an evaluation.MLModelId
- Sets the search criteria to the Predictor
that was evaluated.DataSourceId
- Sets the search criteria to the DataSource
used in evaluation.DataUri
- Sets the search criteria to the data file(s) used in evaluation. The URL can identify
either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.Enum Constant and Description |
---|
CreatedAt |
DataSourceId |
DataURI |
IAMUser |
LastUpdatedAt |
MLModelId |
Name |
Status |
Modifier and Type | Method and Description |
---|---|
static EvaluationFilterVariable |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static EvaluationFilterVariable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationFilterVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluationFilterVariable CreatedAt
public static final EvaluationFilterVariable LastUpdatedAt
public static final EvaluationFilterVariable Status
public static final EvaluationFilterVariable Name
public static final EvaluationFilterVariable IAMUser
public static final EvaluationFilterVariable MLModelId
public static final EvaluationFilterVariable DataSourceId
public static final EvaluationFilterVariable DataURI
public static EvaluationFilterVariable[] values()
for (EvaluationFilterVariable c : EvaluationFilterVariable.values()) System.out.println(c);
public static EvaluationFilterVariable 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<EvaluationFilterVariable>
public static EvaluationFilterVariable 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.