Class FileBatchCreateParams.Body.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileBatchCreateParams.Body.BuilderA builder for Body. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fileIdsfinal FileBatchCreateParams.Body.Builder fileIds(List<String> fileIds) A list of File IDs that the vector store should use. Useful for tools like file_searchthat can access files.
 - 
                                        fileIdsfinal FileBatchCreateParams.Body.Builder fileIds(JsonField<List<String>> fileIds) Sets Builder.fileIds to an arbitrary JSON value. You should usually call Builder.fileIds with a well-typed List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addFileIdfinal FileBatchCreateParams.Body.Builder addFileId(String fileId) 
 - 
                                        attributesfinal FileBatchCreateParams.Body.Builder attributes(FileBatchCreateParams.Attributes attributes) Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters, booleans, or numbers. 
 - 
                                        attributesfinal FileBatchCreateParams.Body.Builder attributes(Optional<FileBatchCreateParams.Attributes> attributes) Alias for calling Builder.attributes with attributes.orElse(null).
 - 
                                        attributesfinal FileBatchCreateParams.Body.Builder attributes(JsonField<FileBatchCreateParams.Attributes> attributes) Sets Builder.attributes to an arbitrary JSON value. You should usually call Builder.attributes with a well-typed Attributes value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        chunkingStrategyfinal FileBatchCreateParams.Body.Builder chunkingStrategy(FileChunkingStrategyParam chunkingStrategy) The chunking strategy used to chunk the file(s). If not set, will use the autostrategy. Only applicable iffile_idsis non-empty.
 - 
                                        chunkingStrategyfinal FileBatchCreateParams.Body.Builder chunkingStrategy(JsonField<FileChunkingStrategyParam> chunkingStrategy) Sets Builder.chunkingStrategy to an arbitrary JSON value. You should usually call Builder.chunkingStrategy with a well-typed FileChunkingStrategyParam value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        chunkingStrategyfinal FileBatchCreateParams.Body.Builder chunkingStrategy(AutoFileChunkingStrategyParam auto) Alias for calling chunkingStrategy with FileChunkingStrategyParam.ofAuto(auto).
 - 
                                        chunkingStrategyfinal FileBatchCreateParams.Body.Builder chunkingStrategy(StaticFileChunkingStrategyObjectParam static_) Alias for calling chunkingStrategy with FileChunkingStrategyParam.ofStatic(static_).
 - 
                                        staticChunkingStrategyfinal FileBatchCreateParams.Body.Builder staticChunkingStrategy(StaticFileChunkingStrategy static_) Alias for calling chunkingStrategy with the following: StaticFileChunkingStrategyObjectParam.builder() .static_(static_) .build()
 - 
                                        additionalPropertiesfinal FileBatchCreateParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal FileBatchCreateParams.Body.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal FileBatchCreateParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal FileBatchCreateParams.Body.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal FileBatchCreateParams.Body.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal FileBatchCreateParams.Body build() Returns an immutable instance of Body. Further updates to this Builder will not mutate the returned instance. The following fields are required: .fileIds()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-