KnowledgeSourceIngestionParameters 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.
Consolidates all general ingestion settings for knowledge sources.
public class KnowledgeSourceIngestionParameters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceIngestionParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceIngestionParameters>
type KnowledgeSourceIngestionParameters = class
interface IJsonModel<KnowledgeSourceIngestionParameters>
interface IPersistableModel<KnowledgeSourceIngestionParameters>
Public Class KnowledgeSourceIngestionParameters
Implements IJsonModel(Of KnowledgeSourceIngestionParameters), IPersistableModel(Of KnowledgeSourceIngestionParameters)
- Inheritance
-
KnowledgeSourceIngestionParameters
- Implements
Constructors
| Name | Description |
|---|---|
| KnowledgeSourceIngestionParameters() |
Initializes a new instance of KnowledgeSourceIngestionParameters. |
Properties
| Name | Description |
|---|---|
| AiServices |
Optional AI Services configuration for content processing. |
| ChatCompletionModel |
Optional chat completion model for image verbalization or context extraction. |
| ContentExtractionMode |
Optional content extraction mode. Default is 'minimal'. |
| DisableImageVerbalization |
Indicates whether image verbalization should be disabled. Default is false. |
| EmbeddingModel |
Optional vectorizer configuration for vectorizing content. |
| Identity |
An explicit identity to use for this knowledge source. |
| IngestionSchedule |
Optional schedule for data ingestion. |