Package com.openai.models.vectorstores
Class VectorStore.FileCounts
-
- All Implemented Interfaces:
public final class VectorStore.FileCounts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStore.FileCounts.BuilderA builder for FileCounts.
-
Method Summary
Modifier and Type Method Description final Longcancelled()The number of files that were cancelled. final Longcompleted()The number of files that have been successfully 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 were cancelled. final JsonField<Long>_completed()The number of files that have been successfully 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 VectorStore.FileCountsvalidate()final VectorStore.FileCounts.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStore.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 were cancelled.
-
_completed
final JsonField<Long> _completed()
The number of files that have been successfully processed.
-
_inProgress
final JsonField<Long> _inProgress()
The number of files that are currently being processed.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final VectorStore.FileCounts validate()
-
toBuilder
final VectorStore.FileCounts.Builder toBuilder()
-
builder
final static VectorStore.FileCounts.Builder builder()
Returns a mutable builder for constructing an instance of FileCounts.
The following fields are required:
.cancelled() .completed() .failed() .inProgress() .total()
-
-
-
-