Class TextGenerationResponse

java.lang.Object
dev.langchain4j.model.huggingface.client.TextGenerationResponse

@Deprecated(forRemoval=true, since="1.7.0-beta13") public class TextGenerationResponse extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • TextGenerationResponse

      public TextGenerationResponse()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TextGenerationResponse

      public TextGenerationResponse(String generatedText)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getGeneratedText

      public String getGeneratedText()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setGeneratedText

      public void setGeneratedText(String generatedText)
      Deprecated, for removal: This API element is subject to removal in a future version.