id
Spark Job ID
required
|
The ID for this Spark job. Used in the API to reference this job. Allowed characters: a-z, A-Z, dash (-) and underscore (_)
type: string
maxLength: 128
pattern: ^[A-Za-z0-9_\-]+$
|
itemIdField
Training Collection Item Id Field
|
Solr field name containing stored item ids
type: string
default value: 'itemIdField '
|
numSims
Number of Item Similarites to Compute
|
Batch compute and store this many item similarities per item
type: integer
default value: '10 '
|
outputItemSimCollection
Item-to-item Similarity Collection
|
Collection to store batch-computed item/item similarities (if absent, none computed)
type: string
|
trainingCollection
Recommender Training Collection
required
|
User/Item preference collection (often a signals collection or signals aggregation collection)
type: string
|
trainingDataFilterQuery
Training Data Filter Query
|
Solr query to filter training data (e.g. downsampling or selecting based on min. pref values)
type: string
default value: '*:* '
|
trainingDataFrameConfigOptions
Dataframe Config Options
|
Additional spark dataframe loading configuration options
type: object
object attributes: {
}
object attributes: {
}
|
type
Spark Job Type
required
|
type: string
default value: 'cooccurrence '
enum: {
cooccurrence
}
|
userIdField
Training Collection User Id Field
|
Solr field name containing stored user ids
type: string
default value: 'user_id_s '
|
weightField
Training Collection Weight Field
|
Solr field name containing stored weights or preferences the user has for that item
type: string
default value: 'weight_d '
|