Uses of Interface
com.oracle.database.selectai.Profile
Packages that use Profile
Package
Description
Public API for using Oracle Select AI from Java applications.
-
Uses of Profile in com.oracle.database.selectai
Methods in com.oracle.database.selectai that return ProfileModifier and TypeMethodDescriptionOpens aProfileobject for an existing AI profile in the current schema.SelectAI.profile(String profileName, ProfileAttributes profileAttributes, String description, ProfileStatus status) Creates aProfileobject initialized with profile creation details.Methods in com.oracle.database.selectai that return types with arguments of type ProfileModifier and TypeMethodDescriptionSelectAI.listProfiles()Lists AI profiles visible in the current schema.SelectAI.listProfiles(String profileNamePattern) Lists AI profiles visible in the current schema whose names match the supplied database regular-expression pattern.