Package com.openai.models.vectorstores
        Class OtherFileChunkingStrategyObject
- 
                    
                    - All Implemented Interfaces:
 
 public final class OtherFileChunkingStrategyObjectThis 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.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classOtherFileChunkingStrategyObject.BuilderA builder for OtherFileChunkingStrategyObject. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_type()Always other.final Map<String, JsonValue>_additionalProperties()final OtherFileChunkingStrategyObject.BuildertoBuilder()final OtherFileChunkingStrategyObjectvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OtherFileChunkingStrategyObject.Builderbuilder()Returns a mutable builder for constructing an instance of OtherFileChunkingStrategyObject. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() Always other.Expected to always return the following: JsonValue.from("other")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal OtherFileChunkingStrategyObject.Builder toBuilder() 
 - 
                                        validatefinal OtherFileChunkingStrategyObject validate() 
 - 
                                        builderfinal static OtherFileChunkingStrategyObject.Builder builder() Returns a mutable builder for constructing an instance of OtherFileChunkingStrategyObject. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-