Enum EvaluationFilterVariable
java.lang.Object
java.lang.Enum<EvaluationFilterVariable>
com.amazonaws.services.machinelearning.model.EvaluationFilterVariable
- All Implemented Interfaces:
Serializable, Comparable<EvaluationFilterVariable>, java.lang.constant.Constable
A list of the variables to use in searching or filtering
Evaluation.
-
CreatedAt- Sets the search criteria toEvaluationcreation date. -
Status- Sets the search criteria toEvaluationstatus. -
Name- Sets the search criteria to the contents ofEvaluationName. -
IAMUser- Sets the search criteria to the user account that invoked an evaluation. -
MLModelId- Sets the search criteria to thePredictorthat was evaluated. -
DataSourceId- Sets the search criteria to theDataSourceused 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic EvaluationFilterVariableUse this in place of valueOf.toString()static EvaluationFilterVariableReturns 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.
-
Enum Constant Details
-
CreatedAt
-
LastUpdatedAt
-
Status
-
Name
-
IAMUser
-
MLModelId
-
DataSourceId
-
DataURI
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<EvaluationFilterVariable>
-
fromValue
Use this in place of valueOf.- Parameters:
value- real value- Returns:
- EvaluationFilterVariable corresponding to the value
-