Uses of Enum Class
com.oracle.database.selectai.model.SummaryParams.ChunkProcessingMethod
Packages that use SummaryParams.ChunkProcessingMethod
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of SummaryParams.ChunkProcessingMethod in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return SummaryParams.ChunkProcessingMethodModifier and TypeMethodDescriptionSummaryParams.getChunkProcessingMethodEnum()Returns the chunk processing method enum.Returns the enum constant of this class with the specified name.static SummaryParams.ChunkProcessingMethod[]SummaryParams.ChunkProcessingMethod.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.ChunkProcessingMethodModifier and TypeMethodDescriptionSummaryParams.Builder.chunkProcessingMethod(SummaryParams.ChunkProcessingMethod chunkProcessingMethod) Sets the chunk processing method.