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 AIPlatform
Returns 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.predict
Methods in com.t4a.predict with parameters of type AIPlatformModifier and TypeMethodDescriptionPredictionLoader.getActionParams
(AIAction action, String prompt, AIPlatform aiProvider, Map<String, Object> params) Object[]
PredictionLoader.getComplexActionParams
(AIAction action, String prompt, AIPlatform aiProvider, Map<String, Object> params, com.google.gson.Gson gson) PredictionLoader.getPredictedAction
(String prompt, AIPlatform aiProvider) PredictionLoader.postActionProcessing
(AIAction action, String prompt, AIPlatform aiProvider, String result)