Uses of Class
software.amazon.awssdk.services.machinelearning.model.EvaluationFilterVariable
-
Packages that use EvaluationFilterVariable Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of EvaluationFilterVariable in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return EvaluationFilterVariable Modifier and Type Method Description EvaluationFilterVariableDescribeEvaluationsRequest. filterVariable()Use one of the following variable to filter a list ofEvaluationobjects:static EvaluationFilterVariableEvaluationFilterVariable. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.machinelearning.model that return types with arguments of type EvaluationFilterVariable Modifier and Type Method Description static Set<EvaluationFilterVariable>EvaluationFilterVariable. knownValues()Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type EvaluationFilterVariable Modifier and Type Method Description DescribeEvaluationsRequest.BuilderDescribeEvaluationsRequest.Builder. filterVariable(EvaluationFilterVariable filterVariable)Use one of the following variable to filter a list ofEvaluationobjects:
-