Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ModelParams.Builder
-
Packages that use ModelParams.Builder Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of ModelParams.Builder in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return ModelParams.Builder Modifier and Type Method Description static ModelParams.Builder
ModelParams. builder()
Create a new builder.ModelParams.Builder
ModelParams.Builder. copy(ModelParams model)
ModelParams.Builder
ModelParams.Builder. frequencyPenalty(Float frequencyPenalty)
Frequency penalty to reduce repeating tokens.ModelParams.Builder
ModelParams.Builder. maxTokens(Integer maxTokens)
Maximum number of tokens.ModelParams.Builder
ModelParams.Builder. presencePenalty(Float presencePenalty)
Presence penalty to encourage new topics.ModelParams.Builder
ModelParams.Builder. temperature(Float temperature)
Sampling temperature.ModelParams.Builder
ModelParams. toBuilder()
ModelParams.Builder
ModelParams.Builder. topK(Integer topK)
Top-K sampling parameter.ModelParams.Builder
ModelParams.Builder. topP(Float topP)
Nucleus sampling probability.
-