Share via


AIProjectIndexFieldMapping Class

Definition

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.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AIProjectIndexFieldMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AIProjectIndexFieldMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AIProjectIndexFieldMapping>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AIProjectIndexFieldMapping>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AIProjectIndexFieldMapping>.Write(ModelReaderWriterOptions)

Applies to