Uses of Class
com.oracle.bmc.generativeaiinference.model.Prediction
-
Packages that use Prediction Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of Prediction in com.oracle.bmc.generativeaiinference.model
Subclasses of Prediction in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
StaticContent
Static predicted output content, such as the content of a text file that is being regenerated.Methods in com.oracle.bmc.generativeaiinference.model that return Prediction Modifier and Type Method Description Prediction
GenericChatRequest. getPrediction()
Methods in com.oracle.bmc.generativeaiinference.model with parameters of type Prediction Modifier and Type Method Description GenericChatRequest.Builder
GenericChatRequest.Builder. prediction(Prediction prediction)
Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type Prediction Constructor Description GenericChatRequest(List<Message> messages, GenericChatRequest.ReasoningEffort reasoningEffort, GenericChatRequest.Verbosity verbosity, Object metadata, Boolean isStream, StreamOptions streamOptions, Integer numGenerations, Integer seed, Boolean isEcho, Integer topK, Double topP, Double temperature, Double frequencyPenalty, Double presencePenalty, List<String> stop, Integer logProbs, Integer maxTokens, Integer maxCompletionTokens, Object logitBias, Prediction prediction, ResponseFormat responseFormat, ToolChoice toolChoice, Boolean isParallelToolCalls, List<ToolDefinition> tools)
Deprecated.
-