Share via


VectorStoreStaticChunkingStrategyRequest Class

Definition

A statically configured chunking strategy.

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

Constructors

VectorStoreStaticChunkingStrategyRequest(VectorStoreStaticChunkingStrategyOptions)

Initializes a new instance of VectorStoreStaticChunkingStrategyRequest.

Properties

Static

The options for the static chunking strategy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VectorStoreChunkingStrategyRequest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from VectorStoreChunkingStrategyRequest)
IJsonModel<VectorStoreStaticChunkingStrategyRequest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VectorStoreStaticChunkingStrategyRequest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VectorStoreChunkingStrategyRequest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from VectorStoreChunkingStrategyRequest)
IPersistableModel<VectorStoreStaticChunkingStrategyRequest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorStoreStaticChunkingStrategyRequest>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VectorStoreStaticChunkingStrategyRequest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to