stores
Train the store's learned scoring function
Queue a learned-scoring-function training run for a store.
The store must have been created with config.lsf. The run collects signals for the store's captured searches and trains new weights when enough signalled elements exist, exactly like the scheduled daily run.
Args: store_identifier: The ID or name of the store.
Returns: StoreLsfTrainingQueued: Confirmation that the run was queued.
post/v1/stores/{store_identifier}/lsf/train
Path parameters
The ID or name of the store
Response
Confirmation that the training run was queued
Changes
Changed in 1 of the 30 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○