Uses of Class
com.oracle.bmc.generativeaiinference.model.GenericChatRequest.Verbosity
-
Packages that use GenericChatRequest.Verbosity Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GenericChatRequest.Verbosity in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GenericChatRequest.Verbosity Modifier and Type Method Description static GenericChatRequest.Verbosity
GenericChatRequest.Verbosity. create(String key)
GenericChatRequest.Verbosity
GenericChatRequest. getVerbosity()
Constrains the verbosity of the model’s response.static GenericChatRequest.Verbosity
GenericChatRequest.Verbosity. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenericChatRequest.Verbosity[]
GenericChatRequest.Verbosity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GenericChatRequest.Verbosity Modifier and Type Method Description GenericChatRequest.Builder
GenericChatRequest.Builder. verbosity(GenericChatRequest.Verbosity verbosity)
Constrains the verbosity of the model’s response.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type GenericChatRequest.Verbosity 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.
-