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