Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property limits the number of records considered in similarity window calculations, impacting the efficiency of similarity searches in the platform. |
| What area does it affect? |
Machine Learning API |
| What does the default mean? |
The default value is "100000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting performance settings or troubleshooting similarity search issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.platform_ml.api.max_similarity_window_records |
| Sys ID |
6a7fdf4a53203300cb2addeeff7b122a |
| Type |
integer |
| Application |
Global |
| Default value |
100000 |
| Description |
Maximum number of records for similarity window (to lookup results) |
| Updated |
2024-05-25 04:34:29 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... solutions. These are pre-trained so a word corpus isn't needed. The Word Corpus field is removed from Workflow solution forms. Maximum number of records for similarity window (to lookup results) glide.platform_ml.api.max_similarity_window_records Sets the maximum number of records that the Similarity Window can retrieve to look up results. • Type: Integer • Default value: 100000 Maximum number of records for Clustering glide.platform_ml.api.max_clustering_records ...
Related properties