Share via


VectorStoreStaticChunkingStrategyResponse Class

Definition

A statically configured chunking strategy.

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

Properties

Static

The options for the static chunking strategy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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)
IJsonModel<VectorStoreStaticChunkingStrategyResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VectorStoreStaticChunkingStrategyResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<VectorStoreStaticChunkingStrategyResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorStoreStaticChunkingStrategyResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VectorStoreStaticChunkingStrategyResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to