VectorStoreFileCount Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. VectorStoreFileCount
- com.
Implements
public final class VectorStoreFileCount
implements JsonSerializable<VectorStoreFileCount>
Counts of files processed or being processed by this vector store grouped by status.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vector |
fromJson(JsonReader jsonReader)
Reads an instance of Vector |
| int |
getCancelled()
Get the cancelled property: The number of files that were cancelled. |
| int |
getCompleted()
Get the completed property: The number of files that have been successfully processed. |
| int |
getFailed()
Get the failed property: The number of files that have failed to process. |
| int |
getInProgress()
Get the in |
| int |
getTotal()
Get the total property: The total number of files. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static VectorStoreFileCount fromJson(JsonReader jsonReader)
Reads an instance of VectorStoreFileCount from the JsonReader.
Parameters:
Returns:
Throws:
getCancelled
public int getCancelled()
Get the cancelled property: The number of files that were cancelled.
Returns:
getCompleted
public int getCompleted()
Get the completed property: The number of files that have been successfully processed.
Returns:
getFailed
public int getFailed()
Get the failed property: The number of files that have failed to process.
Returns:
getInProgress
public int getInProgress()
Get the inProgress property: The number of files that are currently being processed.
Returns:
getTotal
public int getTotal()
Get the total property: The total number of files.
Returns: