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 defines the upper limit on the number of records processed during clustering, impacting the efficiency and scalability of machine learning functions. |
| What area does it affect? |
Machine Learning Operations |
| What does the default mean? |
The default value is "300000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when configuring clustering parameters or troubleshooting performance issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.platform_ml.api.max_clustering_records |
| Sys ID |
9faf938a53203300cb2addeeff7b12d3 |
| Type |
integer |
| Application |
Global |
| Default value |
300000 |
| Description |
Maximum number of records for Clustering |
| Updated |
2024-05-25 04:36:31 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 Sets the maximum number of records you can include in a cluster. • Type: Integer • Default value: 100000 Shared Service Scheduler Property Property Name Shared service scheduler url glide.shared_service_scheduler.url ...
Related properties