Uses of Enum Class
com.oracle.database.selectai.model.ProfileStatus
Packages that use ProfileStatus
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 ProfileStatus in com.oracle.database.selectai
Methods in com.oracle.database.selectai with parameters of type ProfileStatusModifier and TypeMethodDescriptionSelectAI.profile(String profileName, ProfileAttributes profileAttributes, String description, ProfileStatus status) Creates aProfileobject initialized with profile creation details. -
Uses of ProfileStatus in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return ProfileStatusModifier and TypeMethodDescriptionstatic ProfileStatusParses a status value.static ProfileStatusReturns the enum constant of this class with the specified name.static ProfileStatus[]ProfileStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.