Interface TeacherModelConfig.Builder

  • Method Details

    • teacherModelIdentifier

      TeacherModelConfig.Builder teacherModelIdentifier(String teacherModelIdentifier)

      The identifier of the teacher model.

      Parameters:
      teacherModelIdentifier - The identifier of the teacher model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResponseLengthForInference

      TeacherModelConfig.Builder maxResponseLengthForInference(Integer maxResponseLengthForInference)

      The maximum number of tokens requested when the customization job invokes the teacher model.

      Parameters:
      maxResponseLengthForInference - The maximum number of tokens requested when the customization job invokes the teacher model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.