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 EvaluationFilterVariable
EvaluationFilterVariable. fromValue(String value)
Use this in place of valueOf.static EvaluationFilterVariable
EvaluationFilterVariable. 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 void
DescribeEvaluationsRequest. setFilterVariable(EvaluationFilterVariable filterVariable)
Use one of the following variable to filter a list ofEvaluation
objects:DescribeEvaluationsRequest
DescribeEvaluationsRequest. withFilterVariable(EvaluationFilterVariable filterVariable)
Use one of the following variable to filter a list ofEvaluation
objects:
-