Uses of Class
com.amazonaws.services.machinelearning.model.EvaluationFilterVariable
-
Packages that use EvaluationFilterVariable Package Description com.amazonaws.services.machinelearning.model -
-
Uses of EvaluationFilterVariable in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return EvaluationFilterVariable Modifier and Type Method Description static EvaluationFilterVariableEvaluationFilterVariable. fromValue(String value)Use this in place of valueOf.static EvaluationFilterVariableEvaluationFilterVariable. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationFilterVariable[]EvaluationFilterVariable. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.machinelearning.model with parameters of type EvaluationFilterVariable Modifier and Type Method Description voidDescribeEvaluationsRequest. setFilterVariable(EvaluationFilterVariable filterVariable)Use one of the following variable to filter a list ofEvaluationobjects:DescribeEvaluationsRequestDescribeEvaluationsRequest. withFilterVariable(EvaluationFilterVariable filterVariable)Use one of the following variable to filter a list ofEvaluationobjects:
-