Uses of Class
com.azure.ai.openai.models.OnYourDataVectorSearchAuthenticationType
Packages that use OnYourDataVectorSearchAuthenticationType
-
Uses of OnYourDataVectorSearchAuthenticationType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as OnYourDataVectorSearchAuthenticationTypeModifier and TypeFieldDescriptionstatic final OnYourDataVectorSearchAuthenticationTypeOnYourDataVectorSearchAuthenticationType.ACCESS_TOKENAuthentication via access token.static final OnYourDataVectorSearchAuthenticationTypeOnYourDataVectorSearchAuthenticationType.API_KEYAuthentication via API key.Methods in com.azure.ai.openai.models that return OnYourDataVectorSearchAuthenticationTypeModifier and TypeMethodDescriptionOnYourDataVectorSearchAuthenticationType.fromString(String name) Creates or finds a OnYourDataVectorSearchAuthenticationType from its string representation.OnYourDataVectorSearchAccessTokenAuthenticationOptions.getType()Get the type property: The type of authentication to use.OnYourDataVectorSearchApiKeyAuthenticationOptions.getType()Get the type property: The type of authentication to use.OnYourDataVectorSearchAuthenticationOptions.getType()Get the type property: The type of authentication to use.Methods in com.azure.ai.openai.models that return types with arguments of type OnYourDataVectorSearchAuthenticationTypeModifier and TypeMethodDescriptionOnYourDataVectorSearchAuthenticationType.values()Gets known OnYourDataVectorSearchAuthenticationType values.