Uses of Enum Class
com.t4a.api.AIPlatform
Packages that use AIPlatform
-
Uses of AIPlatform in com.t4a.api
Methods in com.t4a.api that return AIPlatformModifier and TypeMethodDescriptionstatic AIPlatformReturns the enum constant of this class with the specified name.static AIPlatform[]AIPlatform.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AIPlatform in com.t4a.detect
Constructors in com.t4a.detect with parameters of type AIPlatform -
Uses of AIPlatform in com.t4a.predict
Methods in com.t4a.predict with parameters of type AIPlatformModifier and TypeMethodDescriptionPredictionLoader.getActionParams(AIAction action, String prompt, AIPlatform aiProvider, Map<String, Object> params) PredictionLoader.getPredictedAction(String prompt, AIPlatform aiProvider)