Class EmbeddingProvider

java.lang.Object
com.datastax.astra.client.model.EmbeddingProvider

public class EmbeddingProvider extends Object
Class representing the Embedding Provider returned by findEmbeddingProviders command.
  • Field Details

    • AUTHENTICATION_METHOD_NONE

      public static final String AUTHENTICATION_METHOD_NONE
      Keys for the supported authentication methods
      See Also:
    • AUTHENTICATION_METHOD_SHARED_SECRET

      public static final String AUTHENTICATION_METHOD_SHARED_SECRET
      Keys for the supported authentication methods
      See Also:
    • AUTHENTICATION_METHOD_HEADER

      public static final String AUTHENTICATION_METHOD_HEADER
      Keys for the supported authentication methods
      See Also:
  • Constructor Details

    • EmbeddingProvider

      public EmbeddingProvider()
      Default constructor.
  • Method Details