Class EmbeddingRequest

java.lang.Object
dev.langchain4j.model.ovhai.internal.api.EmbeddingRequest

@Deprecated(forRemoval=true, since="1.14.0") public class EmbeddingRequest extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use EmbeddingRequest from langchain4j-open-ai module instead
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    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.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    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.
     
    int
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EmbeddingRequest

      public EmbeddingRequest(List<String> input)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EmbeddingRequest

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

    • builder

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

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

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

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object