Package com.openai.models
Class VectorStoreFileBatch
-
- All Implemented Interfaces:
public final class VectorStoreFileBatchA batch of files attached to a vector store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStoreFileBatch.Builderpublic final classVectorStoreFileBatch.FileCountspublic final classVectorStoreFileBatch.StatusThe status of the vector store files batch, which can be either
in_progress,completed,cancelledorfailed.
-
Method Summary
Modifier and Type Method Description final Stringid()The identifier, which can be referenced in API endpoints. final LongcreatedAt()The Unix timestamp (in seconds) for when the vector store files batch was created. final VectorStoreFileBatch.FileCountsfileCounts()final JsonValue_object_()The object type, which is always vector_store.file_batch.final VectorStoreFileBatch.Statusstatus()The status of the vector store files batch, which can be either in_progress,completed,cancelledorfailed.final StringvectorStoreId()The ID of the vector store that the File is attached to. final JsonField<String>_id()The identifier, which can be referenced in API endpoints. final JsonField<Long>_createdAt()The Unix timestamp (in seconds) for when the vector store files batch was created. final JsonField<VectorStoreFileBatch.FileCounts>_fileCounts()final JsonField<VectorStoreFileBatch.Status>_status()The status of the vector store files batch, which can be either in_progress,completed,cancelledorfailed.final JsonField<String>_vectorStoreId()The ID of the vector store that the File is attached to. final Map<String, JsonValue>_additionalProperties()final VectorStoreFileBatchvalidate()final VectorStoreFileBatch.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFileBatch.Builderbuilder()-
-
Method Detail
-
createdAt
final Long createdAt()
The Unix timestamp (in seconds) for when the vector store files batch was created.
-
fileCounts
final VectorStoreFileBatch.FileCounts fileCounts()
-
status
final VectorStoreFileBatch.Status status()
The status of the vector store files batch, which can be either
in_progress,completed,cancelledorfailed.
-
vectorStoreId
final String vectorStoreId()
The ID of the vector store that the File is attached to.
-
_createdAt
final JsonField<Long> _createdAt()
The Unix timestamp (in seconds) for when the vector store files batch was created.
-
_fileCounts
final JsonField<VectorStoreFileBatch.FileCounts> _fileCounts()
-
_status
final JsonField<VectorStoreFileBatch.Status> _status()
The status of the vector store files batch, which can be either
in_progress,completed,cancelledorfailed.
-
_vectorStoreId
final JsonField<String> _vectorStoreId()
The ID of the vector store that the File is attached to.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final VectorStoreFileBatch validate()
-
toBuilder
final VectorStoreFileBatch.Builder toBuilder()
-
builder
final static VectorStoreFileBatch.Builder builder()
-
-
-
-