Uses of Class
com.azure.search.documents.indexes.models.KnowledgeBaseModelKind
Packages that use KnowledgeBaseModelKind
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeBaseModelKind in com.azure.search.documents.indexes.models
Subclasses with type arguments of type KnowledgeBaseModelKind in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe AI model to be used for query planning.Fields in com.azure.search.documents.indexes.models declared as KnowledgeBaseModelKindModifier and TypeFieldDescriptionstatic final KnowledgeBaseModelKindKnowledgeBaseModelKind.AZURE_OPEN_AIUse Azure Open AI models for query planning.Methods in com.azure.search.documents.indexes.models that return KnowledgeBaseModelKindModifier and TypeMethodDescriptionstatic KnowledgeBaseModelKindKnowledgeBaseModelKind.fromString(String name) Creates or finds a KnowledgeBaseModelKind from its string representation.KnowledgeBaseAzureOpenAIModel.getKind()Get the kind property: The type of AI model.KnowledgeBaseModel.getKind()Get the kind property: The type of AI model.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeBaseModelKindModifier and TypeMethodDescriptionstatic Collection<KnowledgeBaseModelKind> KnowledgeBaseModelKind.values()Gets known KnowledgeBaseModelKind values.