Share via


VectorStoreStaticChunkingStrategyRequest Constructor

Definition

Initializes a new instance of VectorStoreStaticChunkingStrategyRequest.

public VectorStoreStaticChunkingStrategyRequest(Azure.AI.Agents.Persistent.VectorStoreStaticChunkingStrategyOptions static);
new Azure.AI.Agents.Persistent.VectorStoreStaticChunkingStrategyRequest : Azure.AI.Agents.Persistent.VectorStoreStaticChunkingStrategyOptions -> Azure.AI.Agents.Persistent.VectorStoreStaticChunkingStrategyRequest
Public Sub New (static As VectorStoreStaticChunkingStrategyOptions)

Parameters

static
VectorStoreStaticChunkingStrategyOptions

The options for the static chunking strategy.

Exceptions

static is null.

Applies to