Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereLlmInferenceRequest.ReturnLikelihoods
-
Packages that use CohereLlmInferenceRequest.ReturnLikelihoods Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereLlmInferenceRequest.ReturnLikelihoods in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereLlmInferenceRequest.ReturnLikelihoods Modifier and Type Method Description static CohereLlmInferenceRequest.ReturnLikelihoods
CohereLlmInferenceRequest.ReturnLikelihoods. create(String key)
CohereLlmInferenceRequest.ReturnLikelihoods
CohereLlmInferenceRequest. getReturnLikelihoods()
Specifies how and if the token likelihoods are returned with the response.static CohereLlmInferenceRequest.ReturnLikelihoods
CohereLlmInferenceRequest.ReturnLikelihoods. valueOf(String name)
Returns the enum constant of this type with the specified name.static CohereLlmInferenceRequest.ReturnLikelihoods[]
CohereLlmInferenceRequest.ReturnLikelihoods. 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 CohereLlmInferenceRequest.ReturnLikelihoods Modifier and Type Method Description CohereLlmInferenceRequest.Builder
CohereLlmInferenceRequest.Builder. returnLikelihoods(CohereLlmInferenceRequest.ReturnLikelihoods returnLikelihoods)
Specifies how and if the token likelihoods are returned with the response.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereLlmInferenceRequest.ReturnLikelihoods Constructor Description CohereLlmInferenceRequest(String prompt, Boolean isStream, Integer numGenerations, Boolean isEcho, Integer maxTokens, Double temperature, Integer topK, Double topP, Double frequencyPenalty, Double presencePenalty, List<String> stopSequences, CohereLlmInferenceRequest.ReturnLikelihoods returnLikelihoods, CohereLlmInferenceRequest.Truncate truncate)
Deprecated.
-