Uses of Class
software.amazon.awssdk.services.frauddetector.model.ModelScores
-
Packages that use ModelScores Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ModelScores in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type ModelScores Modifier and Type Method Description List<ModelScores>GetEventPredictionResponse. modelScores()The model scores.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type ModelScores Modifier and Type Method Description GetEventPredictionResponse.BuilderGetEventPredictionResponse.Builder. modelScores(ModelScores... modelScores)The model scores.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type ModelScores Modifier and Type Method Description GetEventPredictionResponse.BuilderGetEventPredictionResponse.Builder. modelScores(Collection<ModelScores> modelScores)The model scores.
-