Uses of Class
software.amazon.awssdk.services.machinelearning.model.MLModelFilterVariable
-
Packages that use MLModelFilterVariable Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of MLModelFilterVariable in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return MLModelFilterVariable Modifier and Type Method Description MLModelFilterVariableDescribeMlModelsRequest. filterVariable()Use one of the following variables to filter a list ofMLModel:static MLModelFilterVariableMLModelFilterVariable. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MLModelFilterVariableMLModelFilterVariable. valueOf(String name)Returns the enum constant of this type with the specified name.static MLModelFilterVariable[]MLModelFilterVariable. 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 MLModelFilterVariable Modifier and Type Method Description static Set<MLModelFilterVariable>MLModelFilterVariable. knownValues()Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type MLModelFilterVariable Modifier and Type Method Description DescribeMlModelsRequest.BuilderDescribeMlModelsRequest.Builder. filterVariable(MLModelFilterVariable filterVariable)Use one of the following variables to filter a list ofMLModel:
-