Class BedrockAnthropicMessage

java.lang.Object
dev.langchain4j.model.bedrock.BedrockAnthropicMessage

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

    • BedrockAnthropicMessage

      public BedrockAnthropicMessage(String role, List<BedrockAnthropicContent> content)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getRole

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

      public void setRole(String role)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getContent

      public List<BedrockAnthropicContent> getContent()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setContent

      public void setContent(List<BedrockAnthropicContent> content)
      Deprecated, for removal: This API element is subject to removal in a future version.