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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.TextGenerationResponse
(String generatedText) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.void
setGeneratedText
(String generatedText) 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
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getGeneratedText
Deprecated, for removal: This API element is subject to removal in a future version. -
setGeneratedText
Deprecated, for removal: This API element is subject to removal in a future version.
-