Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreChunkingStrategyResponse
Packages that use VectorStoreChunkingStrategyResponse
Package
Description
Package containing the data models for Assistants.
-
Uses of VectorStoreChunkingStrategyResponse in com.azure.ai.openai.assistants.models
Subclasses of VectorStoreChunkingStrategyResponse in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
This is returned when the chunking strategy is unknown.final class
A statically configured chunking strategy.Methods in com.azure.ai.openai.assistants.models that return VectorStoreChunkingStrategyResponseModifier and TypeMethodDescriptionVectorStoreChunkingStrategyResponse.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreChunkingStrategyResponse from the JsonReader.VectorStoreFile.getChunkingStrategy()
Get the chunkingStrategy property: The strategy used to chunk the file.