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