Uses of Class
com.azure.ai.openai.models.OnYourDataVectorSearchAuthenticationOptions
Packages that use OnYourDataVectorSearchAuthenticationOptions
-
Uses of OnYourDataVectorSearchAuthenticationOptions in com.azure.ai.openai.models
Subclasses of OnYourDataVectorSearchAuthenticationOptions in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classThe authentication options for Azure OpenAI On Your Data vector search when using access token.final classThe authentication options for Azure OpenAI On Your Data when using an API key.Methods in com.azure.ai.openai.models that return OnYourDataVectorSearchAuthenticationOptionsModifier and TypeMethodDescriptionOnYourDataVectorSearchAuthenticationOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OnYourDataVectorSearchAuthenticationOptions from the JsonReader.OnYourDataEndpointVectorizationSource.getAuthentication()Get the authentication property: Specifies the authentication options to use when retrieving embeddings from the specified endpoint.Constructors in com.azure.ai.openai.models with parameters of type OnYourDataVectorSearchAuthenticationOptionsModifierConstructorDescriptionOnYourDataEndpointVectorizationSource(String endpoint, OnYourDataVectorSearchAuthenticationOptions authentication) Creates an instance of OnYourDataEndpointVectorizationSource class.