Class VectorStoreFileBatch.FileCounts
-
- All Implemented Interfaces:
public final class VectorStoreFileBatch.FileCounts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStoreFileBatch.FileCounts.BuilderA builder for FileCounts.
-
Method Summary
Modifier and Type Method Description final Longcancelled()The number of files that where cancelled. final Longcompleted()The number of files that have been processed. final Longfailed()The number of files that have failed to process. final LonginProgress()The number of files that are currently being processed. final Longtotal()The total number of files. final JsonField<Long>_cancelled()The number of files that where cancelled. final JsonField<Long>_completed()The number of files that have been processed. final JsonField<Long>_failed()The number of files that have failed to process. final JsonField<Long>_inProgress()The number of files that are currently being processed. final JsonField<Long>_total()The total number of files. final Map<String, JsonValue>_additionalProperties()final VectorStoreFileBatch.FileCountsvalidate()final VectorStoreFileBatch.FileCounts.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFileBatch.FileCounts.Builderbuilder()Returns a mutable builder for constructing an instance of FileCounts. -
-
Method Detail
-
inProgress
final Long inProgress()
The number of files that are currently being processed.
-
_cancelled
final JsonField<Long> _cancelled()
The number of files that where cancelled.
-
_completed
final JsonField<Long> _completed()
The number of files that have been processed.
-
_inProgress
final JsonField<Long> _inProgress()
The number of files that are currently being processed.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final VectorStoreFileBatch.FileCounts validate()
-
toBuilder
final VectorStoreFileBatch.FileCounts.Builder toBuilder()
-
builder
final static VectorStoreFileBatch.FileCounts.Builder builder()
Returns a mutable builder for constructing an instance of FileCounts.
The following fields are required:
.cancelled() .completed() .failed() .inProgress() .total()
-
-
-
-