Uses of Interface
com.datastax.astra.client.auth.EmbeddingHeadersProvider
Packages that use EmbeddingHeadersProvider
Package
Description
Entrypoint and core classes for the client.
Internal technical classes to authenticate against API endpoint.
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of EmbeddingHeadersProvider in com.datastax.astra.client
Methods in com.datastax.astra.client with parameters of type EmbeddingHeadersProviderModifier and TypeMethodDescriptionDataAPIOptions.DataAPIClientOptionsBuilder.withEmbeddingAuthProvider
(EmbeddingHeadersProvider embeddingAuthProvider) Builder pattern, update authentication provider for vectorize. -
Uses of EmbeddingHeadersProvider in com.datastax.astra.client.auth
Classes in com.datastax.astra.client.auth that implement EmbeddingHeadersProviderModifier and TypeClassDescriptionclass
Implementation of the Embedding Auth Provider for AWS.class
Default header when working with an embedding service provider. -
Uses of EmbeddingHeadersProvider in com.datastax.astra.client.model
Fields in com.datastax.astra.client.model declared as EmbeddingHeadersProviderModifier and TypeFieldDescriptionprotected EmbeddingHeadersProvider
CommandOptions.embeddingAuthProvider
Embedding auth providerMethods in com.datastax.astra.client.model that return types with arguments of type EmbeddingHeadersProviderModifier and TypeMethodDescriptionCommandOptions.getEmbeddingAuthProvider()
Return the @EmbeddingAuthProvider if present in the configuration.Methods in com.datastax.astra.client.model with parameters of type EmbeddingHeadersProviderModifier and TypeMethodDescriptionCommandOptions.embeddingAuthProvider
(EmbeddingHeadersProvider embeddingAuthProvider) Provide the embedding service API key.