Class SummaryParams

java.lang.Object
com.oracle.database.selectai.model.SummaryParams

public final class SummaryParams extends Object
Typed parameters payload for DBMS_CLOUD_AI.SUMMARIZE.

This model lets Java callers configure summarization without manually constructing JSON. It serializes to the snake_case names expected by DBMS_CLOUD_AI.SUMMARIZE.

This model represents the JSON payload supplied to the params argument of DBMS_CLOUD_AI.SUMMARIZE. It serializes Java fields to the snake_case names expected by the database, such as min_words, max_words, summary_style, chunk_processing_method, and extractiveness_level.

See Also: