AIProjectIndexFieldMapping 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.
Field mapping configuration class.
public class AIProjectIndexFieldMapping : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AIProjectIndexFieldMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AIProjectIndexFieldMapping>
type AIProjectIndexFieldMapping = class
interface IJsonModel<AIProjectIndexFieldMapping>
interface IPersistableModel<AIProjectIndexFieldMapping>
Public Class AIProjectIndexFieldMapping
Implements IJsonModel(Of AIProjectIndexFieldMapping), IPersistableModel(Of AIProjectIndexFieldMapping)
- Inheritance
-
AIProjectIndexFieldMapping
- Implements
Constructors
AIProjectIndexFieldMapping(IEnumerable<String>) |
Initializes a new instance of AIProjectIndexFieldMapping. |
Properties
ContentFields |
List of fields with text content. |
FilepathField |
Path of file to be used as a source of text content. |
MetadataFields |
List of fields with metadata content. |
TitleField |
Field containing the title of the document. |
UrlField |
Field containing the url of the document. |
VectorFields |
List of fields with vector content. |