Package com.openai.models
Class BetaVectorStoreFileBatchCreateParams.Body
-
- All Implemented Interfaces:
public final class BetaVectorStoreFileBatchCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaVectorStoreFileBatchCreateParams.Body.BuilderA builder for Body.
-
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.Bodyvalidate()final BetaVectorStoreFileBatchCreateParams.Body.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaVectorStoreFileBatchCreateParams.Body.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()
-
validate
final BetaVectorStoreFileBatchCreateParams.Body validate()
-
toBuilder
final BetaVectorStoreFileBatchCreateParams.Body.Builder toBuilder()
-
builder
final static BetaVectorStoreFileBatchCreateParams.Body.Builder builder()
-
-
-
-