Uses of Class
com.oracle.database.selectai.model.ProfileAttributes
Packages that use ProfileAttributes
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 ProfileAttributes in com.oracle.database.selectai
Methods in com.oracle.database.selectai that return ProfileAttributesMethods in com.oracle.database.selectai with parameters of type ProfileAttributesModifier and TypeMethodDescriptionProfile.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.SelectAI.profile(String profileName, ProfileAttributes profileAttributes, String description, ProfileStatus status) Creates aProfileobject initialized with profile creation details.booleanProfile.setAttributes(ProfileAttributes profileAttributes) Replaces or updates multiple profile attributes in one operation. -
Uses of ProfileAttributes in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return ProfileAttributesModifier and TypeMethodDescriptionProfileAttributes.Builder.build()Builds immutable profile attributes.static ProfileAttributesProfileAttributes.fromAttributeMap(Map<String, String> attributes) Builds aProfileAttributesinstance from an attribute name/value map.