Uses of Interface
com.datastax.astra.client.auth.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
Modifier and TypeMethodDescriptionDataAPIOptions.DataAPIClientOptionsBuilder.withEmbeddingAuthProvider
(EmbeddingHeadersProvider embeddingAuthProvider) Builder pattern, update authentication provider for vectorize. -
Uses of EmbeddingHeadersProvider in com.datastax.astra.client.auth
Modifier 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
Modifier and TypeFieldDescriptionprotected EmbeddingHeadersProvider
CommandOptions.embeddingAuthProvider
Embedding auth providerModifier and TypeMethodDescriptionCommandOptions.getEmbeddingAuthProvider()
Return the @EmbeddingAuthProvider if present in the configuration.Modifier and TypeMethodDescriptionCommandOptions.embeddingAuthProvider
(EmbeddingHeadersProvider embeddingAuthProvider) Provide the embedding service API key.