Package com.openai.models
Class VectorStoreFileBatch.FileCounts.Builder
-
- All Implemented Interfaces:
public final class VectorStoreFileBatch.FileCounts.Builder
A builder for FileCounts.
-
-
Method Summary
-
-
Method Detail
-
cancelled
final VectorStoreFileBatch.FileCounts.Builder cancelled(Long cancelled)
The number of files that where cancelled.
-
cancelled
final VectorStoreFileBatch.FileCounts.Builder cancelled(JsonField<Long> cancelled)
The number of files that where cancelled.
-
completed
final VectorStoreFileBatch.FileCounts.Builder completed(Long completed)
The number of files that have been processed.
-
completed
final VectorStoreFileBatch.FileCounts.Builder completed(JsonField<Long> completed)
The number of files that have been processed.
-
failed
final VectorStoreFileBatch.FileCounts.Builder failed(Long failed)
The number of files that have failed to process.
-
failed
final VectorStoreFileBatch.FileCounts.Builder failed(JsonField<Long> failed)
The number of files that have failed to process.
-
inProgress
final VectorStoreFileBatch.FileCounts.Builder inProgress(Long inProgress)
The number of files that are currently being processed.
-
inProgress
final VectorStoreFileBatch.FileCounts.Builder inProgress(JsonField<Long> inProgress)
The number of files that are currently being processed.
-
total
final VectorStoreFileBatch.FileCounts.Builder total(Long total)
The total number of files.
-
total
final VectorStoreFileBatch.FileCounts.Builder total(JsonField<Long> total)
The total number of files.
-
additionalProperties
final VectorStoreFileBatch.FileCounts.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final VectorStoreFileBatch.FileCounts.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final VectorStoreFileBatch.FileCounts.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final VectorStoreFileBatch.FileCounts.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final VectorStoreFileBatch.FileCounts.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final VectorStoreFileBatch.FileCounts build()
-
-
-
-