Package com.openai.models.responses
        Class FileSearchTool.RankingOptions
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileSearchTool.RankingOptionsRanking options for search. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileSearchTool.RankingOptions.BuilderA builder for RankingOptions. public final classFileSearchTool.RankingOptions.RankerThe ranker to use for the file search. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<FileSearchTool.RankingOptions.Ranker>ranker()The ranker to use for the file search. final Optional<Double>scoreThreshold()The score threshold for the file search, a number between 0 and 1. final JsonField<FileSearchTool.RankingOptions.Ranker>_ranker()Returns the raw JSON value of ranker. final JsonField<Double>_scoreThreshold()Returns the raw JSON value of scoreThreshold. final Map<String, JsonValue>_additionalProperties()final FileSearchTool.RankingOptions.BuildertoBuilder()final FileSearchTool.RankingOptionsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileSearchTool.RankingOptions.Builderbuilder()Returns a mutable builder for constructing an instance of RankingOptions. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        rankerfinal Optional<FileSearchTool.RankingOptions.Ranker> ranker() The ranker to use for the file search. 
 - 
                                        scoreThresholdfinal Optional<Double> scoreThreshold() The score threshold for the file search, a number between 0 and 1. Numbers closer to 1 will attempt to return only the most relevant results, but may return fewer results. 
 - 
                                        _rankerfinal JsonField<FileSearchTool.RankingOptions.Ranker> _ranker() Returns the raw JSON value of ranker. Unlike ranker, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _scoreThresholdfinal JsonField<Double> _scoreThreshold() Returns the raw JSON value of scoreThreshold. Unlike scoreThreshold, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal FileSearchTool.RankingOptions.Builder toBuilder() 
 - 
                                        validatefinal FileSearchTool.RankingOptions validate() 
 - 
                                        builderfinal static FileSearchTool.RankingOptions.Builder builder() Returns a mutable builder for constructing an instance of RankingOptions. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-