Class BedrockAnthropicImageSource

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

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

    Constructors
    Constructor
    Description
    BedrockAnthropicImageSource(String type, String media_type, String data)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMedia_type(String media_type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BedrockAnthropicImageSource

      public BedrockAnthropicImageSource(String type, String media_type, String data)
      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.
    • getMedia_type

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

      public void setMedia_type(String media_type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getData

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

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