Uses of Class
com.azure.ai.openai.models.OnYourDataAuthenticationOptions
Packages that use OnYourDataAuthenticationOptions
-
Uses of OnYourDataAuthenticationOptions in com.azure.ai.openai.models
Subclasses of OnYourDataAuthenticationOptions in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classThe authentication options for Azure OpenAI On Your Data when using access token.final classThe authentication options for Azure OpenAI On Your Data when using an API key.final classThe authentication options for Azure OpenAI On Your Data when using a connection string.final classThe authentication options for Azure OpenAI On Your Data when using an Elasticsearch encoded API key.final classThe authentication options for Azure OpenAI On Your Data when using an Elasticsearch key and key ID pair.final classThe authentication options for Azure OpenAI On Your Data when using a system-assigned managed identity.final classThe authentication options for Azure OpenAI On Your Data when using a user-assigned managed identity.final classThe authentication options for Azure OpenAI On Your Data when using a username and password.Methods in com.azure.ai.openai.models that return OnYourDataAuthenticationOptionsModifier and TypeMethodDescriptionOnYourDataAuthenticationOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OnYourDataAuthenticationOptions from the JsonReader.AzureCosmosDBChatExtensionParameters.getAuthentication()Get the authentication property: The authentication method to use when accessing the defined data source.AzureSearchChatExtensionParameters.getAuthentication()Get the authentication property: The authentication method to use when accessing the defined data source.ElasticsearchChatExtensionParameters.getAuthentication()Get the authentication property: The authentication method to use when accessing the defined data source.PineconeChatExtensionParameters.getAuthentication()Get the authentication property: The authentication method to use when accessing the defined data source.Methods in com.azure.ai.openai.models with parameters of type OnYourDataAuthenticationOptionsModifier and TypeMethodDescriptionAzureCosmosDBChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.AzureSearchChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.ElasticsearchChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.PineconeChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.