v1

latestOpenAPI 3.1.02026-08-062672112.1 KB
Recompute

Recompute scores for a list of jobs for a given profile.

Recompute the scores for all minimodels (except elastic) for a given list of jobs and a profile

post/recompute/profile/{profile_id}/jobs

Path parameters

profile_idstring required

Request body

max_distanceinteger

Defines a radius used for looking for recommendations, based on the entity addresses. This is not used if location_filters is specified.

continuation_tokenstring

A continuation token for getting the next page of recommendations.

limitinteger

The number of results to return

interactions_to_filterInteractionTypes[]

The types of interactions to filter out of the suggestions. For example, if the 'SAVE' interaction type is specified in the list, then the jobs that were saved by the profile will not be used in the suggestions. If this parameter is not specified, by default, all types of interactions will be filtered out.

show_explanationboolean

Enable human readable explanations.

experimentalboolean

Enable the latest experimental improvements.

model_version_idstring

The model version id to use for the recommendations. If not specified, the latest model version is used or the model version is choses based on the A/B testing configuration.

to_idsstring[] required

The job_ids that need to be used in a re-computation of the scores for the recompute endpoint.

Response

Successful Response

OR