Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.38 KB

File metadata and controls

22 lines (14 loc) · 1.38 KB

FunctionMatchingRequest

Properties

Name Type Description Notes
modelId Integer ID of the model used for function matching, used to determine the embedding model
functionIds List<Long> ID's of functions to find matches for, must be at least one function ID
minSimilarity BigDecimal Minimum similarity expected for a match as a percentage, default is 90 [optional]
filters FunctionMatchingFilters [optional]
resultsPerFunction Integer Maximum number of matches to return per function, default is 1, max is 50 [optional]
page Integer Page number for paginated results, default is 1 (first page) [optional]
pageSize Integer Number of functions to return per page, default is 0 (all functions), max is 1000 [optional]
statusOnly Boolean If set to true, only returns the status of the matching operation without the actual results [optional]
noCache Boolean If set to true, forces the system to bypass any cached results and perform a fresh computation [optional]
useCanonicalNames Boolean Whether to use canonical function names during function matching for confidence results, default is False [optional]