KnowledgeBaseAzureOpenAIModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Azure OpenAI resource used to do query planning.
public class KnowledgeBaseAzureOpenAIModel : Azure.Search.Documents.Indexes.Models.KnowledgeBaseModel, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.KnowledgeBaseAzureOpenAIModel>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.KnowledgeBaseAzureOpenAIModel>
type KnowledgeBaseAzureOpenAIModel = class
inherit KnowledgeBaseModel
interface IJsonModel<KnowledgeBaseAzureOpenAIModel>
interface IPersistableModel<KnowledgeBaseAzureOpenAIModel>
Public Class KnowledgeBaseAzureOpenAIModel
Inherits KnowledgeBaseModel
Implements IJsonModel(Of KnowledgeBaseAzureOpenAIModel), IPersistableModel(Of KnowledgeBaseAzureOpenAIModel)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| KnowledgeBaseAzureOpenAIModel(AzureOpenAIVectorizerParameters) |
Initializes a new instance of KnowledgeBaseAzureOpenAIModel. |
Properties
| Name | Description |
|---|---|
| AzureOpenAIParameters |
Contains the parameters specific to Azure OpenAI model endpoint. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |