VectorStoreChunkingStrategyResponse Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. VectorStoreChunkingStrategyResponse
- com.
Implements
public class VectorStoreChunkingStrategyResponse
implements JsonSerializable<VectorStoreChunkingStrategyResponse>
An abstract representation of a vector store chunking strategy configuration.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | VectorStoreChunkingStrategyResponse() |
Creates an instance of Vector |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vector |
fromJson(JsonReader jsonReader)
Reads an instance of Vector |
|
Vector |
getType()
Get the type property: The object type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
VectorStoreChunkingStrategyResponse
protected VectorStoreChunkingStrategyResponse()
Creates an instance of VectorStoreChunkingStrategyResponse class.
Method Details
fromJson
public static VectorStoreChunkingStrategyResponse fromJson(JsonReader jsonReader)
Reads an instance of VectorStoreChunkingStrategyResponse from the JsonReader.
Parameters:
Returns:
Throws:
getType
public VectorStoreChunkingStrategyResponseType getType()
Get the type property: The object type.
Returns: