Package com.openai.models
Class BetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBody
-
- All Implemented Interfaces:
public final class BetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBody
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBody.Builder
-
Method Summary
Modifier and Type Method Description final List<String>fileIds()A list of File IDs that the vector store should use. final Optional<FileChunkingStrategyParam>chunkingStrategy()The chunking strategy used to chunk the file(s). final JsonField<List<String>>_fileIds()A list of File IDs that the vector store should use. final JsonField<FileChunkingStrategyParam>_chunkingStrategy()The chunking strategy used to chunk the file(s). final Map<String, JsonValue>_additionalProperties()final BetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBodyvalidate()final BetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBody.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBody.Builderbuilder()-
-
Method Detail
-
fileIds
final List<String> fileIds()
A list of File IDs that the vector store should use. Useful for tools like
file_searchthat can access files.
-
chunkingStrategy
final Optional<FileChunkingStrategyParam> chunkingStrategy()
The chunking strategy used to chunk the file(s). If not set, will use the
autostrategy. Only applicable iffile_idsis non-empty.
-
_fileIds
final JsonField<List<String>> _fileIds()
A list of File IDs that the vector store should use. Useful for tools like
file_searchthat can access files.
-
_chunkingStrategy
final JsonField<FileChunkingStrategyParam> _chunkingStrategy()
The chunking strategy used to chunk the file(s). If not set, will use the
autostrategy. Only applicable iffile_idsis non-empty.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBody.Builder toBuilder()
-
builder
final static BetaVectorStoreFileBatchCreateParams.BetaVectorStoreFileBatchCreateBody.Builder builder()
-
-
-
-