Share via


VectorStoreAutoChunkingStrategyResponse Class

Definition

This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategy concept was introduced in the API.

public class VectorStoreAutoChunkingStrategyResponse : Azure.AI.Projects.VectorStoreChunkingStrategyResponse, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.VectorStoreAutoChunkingStrategyResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.VectorStoreAutoChunkingStrategyResponse>
type VectorStoreAutoChunkingStrategyResponse = class
    inherit VectorStoreChunkingStrategyResponse
    interface IJsonModel<VectorStoreAutoChunkingStrategyResponse>
    interface IPersistableModel<VectorStoreAutoChunkingStrategyResponse>
Public Class VectorStoreAutoChunkingStrategyResponse
Inherits VectorStoreChunkingStrategyResponse
Implements IJsonModel(Of VectorStoreAutoChunkingStrategyResponse), IPersistableModel(Of VectorStoreAutoChunkingStrategyResponse)
Inheritance
VectorStoreAutoChunkingStrategyResponse
Implements

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VectorStoreAutoChunkingStrategyResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VectorStoreAutoChunkingStrategyResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<VectorStoreChunkingStrategyResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from VectorStoreChunkingStrategyResponse)
IJsonModel<VectorStoreChunkingStrategyResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from VectorStoreChunkingStrategyResponse)
IPersistableModel<VectorStoreAutoChunkingStrategyResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorStoreAutoChunkingStrategyResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VectorStoreAutoChunkingStrategyResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<VectorStoreChunkingStrategyResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from VectorStoreChunkingStrategyResponse)
IPersistableModel<VectorStoreChunkingStrategyResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from VectorStoreChunkingStrategyResponse)
IPersistableModel<VectorStoreChunkingStrategyResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from VectorStoreChunkingStrategyResponse)

Applies to