Uses of Enum Class
com.oracle.database.selectai.model.SummaryParams.ExtractivenessLevel
Packages that use SummaryParams.ExtractivenessLevel
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of SummaryParams.ExtractivenessLevel in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return SummaryParams.ExtractivenessLevelModifier and TypeMethodDescriptionSummaryParams.getExtractivenessLevelEnum()Returns the extractiveness level enum.Returns the enum constant of this class with the specified name.static SummaryParams.ExtractivenessLevel[]SummaryParams.ExtractivenessLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.oracle.database.selectai.model with parameters of type SummaryParams.ExtractivenessLevelModifier and TypeMethodDescriptionSummaryParams.Builder.extractivenessLevel(SummaryParams.ExtractivenessLevel extractivenessLevel) Sets the extractiveness level.