Class BedrockAnthropicCompletionChatModelResponse

java.lang.Object
dev.langchain4j.model.bedrock.BedrockAnthropicCompletionChatModelResponse
All Implemented Interfaces:
BedrockChatModelResponse

@Deprecated(forRemoval=true, since="1.0.0-beta2") public class BedrockAnthropicCompletionChatModelResponse extends Object implements BedrockChatModelResponse
Deprecated, for removal: This API element is subject to removal in a future version.
please use BedrockChatModel
  • Constructor Details Link icon

    • BedrockAnthropicCompletionChatModelResponse Link icon

      public BedrockAnthropicCompletionChatModelResponse()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details Link icon

    • getOutputText Link icon

      public String getOutputText()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getOutputText in interface BedrockChatModelResponse
    • getFinishReason Link icon

      public FinishReason getFinishReason()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getFinishReason in interface BedrockChatModelResponse
    • getTokenUsage Link icon

      public TokenUsage getTokenUsage()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getTokenUsage in interface BedrockChatModelResponse
    • getCompletion Link icon

      public String getCompletion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCompletion Link icon

      public void setCompletion(String completion)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getStop_reason Link icon

      public String getStop_reason()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStop_reason Link icon

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