Uses of Class
software.amazon.awssdk.services.frauddetector.model.ModelOutputDataFormat
-
Packages that use ModelOutputDataFormat Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ModelOutputDataFormat in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return ModelOutputDataFormat Modifier and Type Method Description ModelOutputDataFormatModelOutputConfiguration. format()The format of the model output configuration.static ModelOutputDataFormatModelOutputDataFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ModelOutputDataFormatModelOutputDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelOutputDataFormat[]ModelOutputDataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type ModelOutputDataFormat Modifier and Type Method Description static Set<ModelOutputDataFormat>ModelOutputDataFormat. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type ModelOutputDataFormat Modifier and Type Method Description ModelOutputConfiguration.BuilderModelOutputConfiguration.Builder. format(ModelOutputDataFormat format)The format of the model output configuration.
-