Uses of Class
com.oracle.database.selectai.model.GenerateParams
Packages that use GenerateParams
Package
Description
Public API for using Oracle Select AI from Java applications.
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of GenerateParams in com.oracle.database.selectai
Methods in com.oracle.database.selectai with parameters of type GenerateParamsModifier and TypeMethodDescriptionProfile.chat(String prompt, GenerateParams generateParams) Sends the prompt as a chat-style request using optional generate parameters.Profile.explainsql(String prompt, GenerateParams generateParams) Generates SQL and returns a natural-language explanation using optional generate parameters.Profile.generate(String prompt, GenerateAction generateAction, GenerateParams generateParams) Sends a natural-language prompt to Select AI using this profile and optional generate parameters.Profile.generate(String prompt, GenerateAction generateAction, ProfileAttributes profileAttributes, GenerateParams generateParams) Sends a natural-language prompt to Select AI using this profile, request-level profile attributes, and optional generate parameters.Profile.narrate(String prompt, GenerateParams generateParams) Generates and runs SQL, then asks the model to narrate the result using optional generate parameters.Profile.runsql(String prompt, GenerateParams generateParams) Generates SQL from the prompt and runs it using optional generate parameters.Profile.showprompt(String prompt, GenerateParams generateParams) Returns the augmented prompt that Select AI would send to the provider using optional generate parameters.Profile.showsql(String prompt, GenerateParams generateParams) Generates SQL from the prompt without running it using optional generate parameters. -
Uses of GenerateParams in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return GenerateParamsModifier and TypeMethodDescriptionGenerateParams.Builder.build()Builds immutable generate parameters.