Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreChunkingStrategyResponse
Packages that use VectorStoreChunkingStrategyResponse
Package
Description
Package containing the data models for Agents.
-
Uses of VectorStoreChunkingStrategyResponse in com.azure.ai.agents.persistent.models
Subclasses of VectorStoreChunkingStrategyResponse in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classThis is returned when the chunking strategy is unknown.final classA statically configured chunking strategy.Methods in com.azure.ai.agents.persistent.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.