Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereLlmInferenceRequest.Truncate
-
Packages that use CohereLlmInferenceRequest.Truncate Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereLlmInferenceRequest.Truncate in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereLlmInferenceRequest.Truncate Modifier and Type Method Description static CohereLlmInferenceRequest.Truncate
CohereLlmInferenceRequest.Truncate. create(String key)
CohereLlmInferenceRequest.Truncate
CohereLlmInferenceRequest. getTruncate()
For an input that’s longer than the maximum token length, specifies which part of the input text will be truncated.static CohereLlmInferenceRequest.Truncate
CohereLlmInferenceRequest.Truncate. valueOf(String name)
Returns the enum constant of this type with the specified name.static CohereLlmInferenceRequest.Truncate[]
CohereLlmInferenceRequest.Truncate. 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.Truncate Modifier and Type Method Description CohereLlmInferenceRequest.Builder
CohereLlmInferenceRequest.Builder. truncate(CohereLlmInferenceRequest.Truncate truncate)
For an input that’s longer than the maximum token length, specifies which part of the input text will be truncated.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereLlmInferenceRequest.Truncate 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.
-