Class FileSearchTool.RankingOptions.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileSearchTool.RankingOptions.BuilderA builder for RankingOptions. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        rankerfinal FileSearchTool.RankingOptions.Builder ranker(FileSearchTool.RankingOptions.Ranker ranker) The ranker to use for the file search. 
 - 
                                        rankerfinal FileSearchTool.RankingOptions.Builder ranker(JsonField<FileSearchTool.RankingOptions.Ranker> ranker) Sets Builder.ranker to an arbitrary JSON value. You should usually call Builder.ranker with a well-typed Ranker value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        scoreThresholdfinal FileSearchTool.RankingOptions.Builder scoreThreshold(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. 
 - 
                                        scoreThresholdfinal FileSearchTool.RankingOptions.Builder scoreThreshold(JsonField<Double> scoreThreshold) Sets Builder.scoreThreshold to an arbitrary JSON value. You should usually call Builder.scoreThreshold with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal FileSearchTool.RankingOptions.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal FileSearchTool.RankingOptions.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal FileSearchTool.RankingOptions.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal FileSearchTool.RankingOptions.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal FileSearchTool.RankingOptions.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal FileSearchTool.RankingOptions build() Returns an immutable instance of RankingOptions. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-