Package com.openai.models.vectorstores
        Class FileChunkingStrategy
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileChunkingStrategyThe strategy used to chunk the file. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceFileChunkingStrategy.VisitorAn interface that defines how to map each variant of FileChunkingStrategy to a value of type T. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<StaticFileChunkingStrategyObject>static_()final Optional<OtherFileChunkingStrategyObject>other()This is returned when the chunking strategy is unknown. final BooleanisStatic()final BooleanisOther()final StaticFileChunkingStrategyObjectasStatic()final OtherFileChunkingStrategyObjectasOther()This is returned when the chunking strategy is unknown. final Optional<JsonValue>_json()final <T extends Any> Taccept(FileChunkingStrategy.Visitor<T> visitor)final FileChunkingStrategyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileChunkingStrategyofStatic(StaticFileChunkingStrategyObject static_)final static FileChunkingStrategyofOther(OtherFileChunkingStrategyObject other)This is returned when the chunking strategy is unknown. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        static_final Optional<StaticFileChunkingStrategyObject> static_() 
 - 
                                        otherfinal Optional<OtherFileChunkingStrategyObject> other() This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategyconcept was introduced in the API.
 - 
                                        asStaticfinal StaticFileChunkingStrategyObject asStatic() 
 - 
                                        asOtherfinal OtherFileChunkingStrategyObject asOther() This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategyconcept was introduced in the API.
 - 
                                        acceptfinal <T extends Any> T accept(FileChunkingStrategy.Visitor<T> visitor) 
 - 
                                        validatefinal FileChunkingStrategy validate() 
 - 
                                        ofStaticfinal static FileChunkingStrategy ofStatic(StaticFileChunkingStrategyObject static_) 
 - 
                                        ofOtherfinal static FileChunkingStrategy ofOther(OtherFileChunkingStrategyObject other) This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategyconcept was introduced in the API.
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-