Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreStaticChunkingStrategyOptions
Packages that use VectorStoreStaticChunkingStrategyOptions
Package
Description
Package containing the data models for Assistants.
-
Uses of VectorStoreStaticChunkingStrategyOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return VectorStoreStaticChunkingStrategyOptionsModifier and TypeMethodDescriptionVectorStoreStaticChunkingStrategyOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreStaticChunkingStrategyOptions from the JsonReader.VectorStoreStaticChunkingStrategyRequest.getStaticProperty()
Get the staticProperty property: The options for the static chunking strategy.VectorStoreStaticChunkingStrategyResponse.getStaticProperty()
Get the staticProperty property: The options for the static chunking strategy.Constructors in com.azure.ai.openai.assistants.models with parameters of type VectorStoreStaticChunkingStrategyOptionsModifierConstructorDescriptionCreates an instance of VectorStoreStaticChunkingStrategyRequest class.