Package com.openai.models
Class VectorStoreFileBatch.FileCounts
-
- All Implemented Interfaces:
public final class VectorStoreFileBatch.FileCounts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VectorStoreFileBatch.FileCounts.Builder
A builder for FileCounts.
-
Method Summary
Modifier and Type Method Description final Long
cancelled()
The number of files that where cancelled. final Long
completed()
The number of files that have been processed. final Long
failed()
The number of files that have failed to process. final Long
inProgress()
The number of files that are currently being processed. final Long
total()
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.FileCounts
validate()
final VectorStoreFileBatch.FileCounts.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VectorStoreFileBatch.FileCounts.Builder
builder()
-
-
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()
-
-
-
-