Package com.azure.ai.openai.models
Class OnYourDataEncodedApiKeyAuthenticationOptions
java.lang.Object
com.azure.ai.openai.models.OnYourDataAuthenticationOptions
com.azure.ai.openai.models.OnYourDataEncodedApiKeyAuthenticationOptions
public final class OnYourDataEncodedApiKeyAuthenticationOptions
extends OnYourDataAuthenticationOptions
The authentication options for Azure OpenAI On Your Data when using an Elasticsearch encoded API key.
-
Constructor Summary
ConstructorsConstructorDescriptionOnYourDataEncodedApiKeyAuthenticationOptions(String encodedApiKey) Creates an instance of OnYourDataEncodedApiKeyAuthenticationOptions class. -
Method Summary
Modifier and TypeMethodDescriptionGet the encodedApiKey property: The encoded API key to use for authentication.
-
Constructor Details
-
OnYourDataEncodedApiKeyAuthenticationOptions
Creates an instance of OnYourDataEncodedApiKeyAuthenticationOptions class.- Parameters:
encodedApiKey- the encodedApiKey value to set.
-
-
Method Details
-
getEncodedApiKey
Get the encodedApiKey property: The encoded API key to use for authentication.- Returns:
- the encodedApiKey value.
-