Uses of Enum Class
com.oracle.database.selectai.model.GenerateAction
Packages that use GenerateAction
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 GenerateAction in com.oracle.database.selectai
Methods in com.oracle.database.selectai with parameters of type GenerateActionModifier and TypeMethodDescriptionProfile.generate(String prompt, GenerateAction generateAction) Sends a natural-language prompt to Select AI using this profile.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) Sends a natural-language prompt to Select AI using this profile and request-level profile attributes.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. -
Uses of GenerateAction in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return GenerateActionModifier and TypeMethodDescriptionstatic GenerateActionReturns the enum constant of this class with the specified name.static GenerateAction[]GenerateAction.values()Returns an array containing the constants of this enum class, in the order they are declared.