@Generated(value="software.amazon.awssdk:codegen") 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 |
|---|
CREATED_AT |
DATA_SOURCE_ID |
DATA_URI |
IAM_USER |
LAST_UPDATED_AT |
ML_MODEL_ID |
NAME |
STATUS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationFilterVariable |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<EvaluationFilterVariable> |
knownValues()
|
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 CREATED_AT
public static final EvaluationFilterVariable LAST_UPDATED_AT
public static final EvaluationFilterVariable STATUS
public static final EvaluationFilterVariable NAME
public static final EvaluationFilterVariable IAM_USER
public static final EvaluationFilterVariable ML_MODEL_ID
public static final EvaluationFilterVariable DATA_SOURCE_ID
public static final EvaluationFilterVariable DATA_URI
public static final EvaluationFilterVariable UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<EvaluationFilterVariable> 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 EvaluationFilterVariablesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.