Class BedrockAnthropicContent

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

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

    • BedrockAnthropicContent

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

      public BedrockAnthropicContent(String type, String text, String id, String name, String tool_use_id, String content, BedrockAnthropicImageSource source, Map<String,Object> input)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BedrockAnthropicContent

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

      public BedrockAnthropicContent(String type, BedrockAnthropicImageSource source)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getType

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

      public void setType(String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getText

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

      public void setText(String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getId

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

      public void setId(String id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

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

      public void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTool_use_id

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

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

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

      public void setContent(String content)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSource

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

      public void setSource(BedrockAnthropicImageSource source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getInput

      public Map<String,Object> getInput()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setInput

      public void setInput(Map<String,Object> input)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • builder

      Deprecated, for removal: This API element is subject to removal in a future version.