Class Parameters

java.lang.Object
io.quarkiverse.langchain4j.watsonx.bean.Parameters

public class Parameters extends Object
  • Method Details

    • builder

      public static Parameters.Builder builder()
    • getDecodingMethod

      public String getDecodingMethod()
    • getMinNewTokens

      public Integer getMinNewTokens()
    • getMaxNewTokens

      public Integer getMaxNewTokens()
    • getTemperature

      public Double getTemperature()
    • getIncludeStopSequence

      public Boolean getIncludeStopSequence()
    • getRandomSeed

      public Integer getRandomSeed()
    • getStopSequences

      public List<String> getStopSequences()
    • getTopK

      public Integer getTopK()
    • getTopP

      public Double getTopP()
    • getRepetitionPenalty

      public Double getRepetitionPenalty()