filterQueries
Filter Queries
|
Filter queries to apply while choosing top queries from query signals in signals collection
type: array of string
|
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 (_). Maximum length: 63 characters.
type: string
maxLength: 63
pattern: ^[A-Za-z0-9_\-]+$
|
joinKeySearchLogs
Join Key (Query Signals)
|
Join key of query signals in the signals collection
type: string
default value: 'id '
|
joinKeySignals
Join Key (Click Signals)
|
Join key of click signals in the signals collection
type: string
default value: 'fusion_query_id '
|
searchLogsAddOpts
Search Logs and Options
|
Additional options to use while loading search logs collection
type: object
object attributes: {
}
object attributes: {
}
|
searchLogsPipeline
Search Logs Pipeline
|
Pipeline id associated with search log entries
type: string
minLength: 1
|
signalsAddOpts
Additional Signals Options
|
Additional options to use while loading signals collection
type: object
object attributes: {
}
object attributes: {
}
|
signalsCollection
Signals collection
required
|
Collection containing click signals and the associated search log identifier
type: string
minLength: 1
|
sparkConfig
Spark Settings
|
Spark configuration settings.
type: array of object
object attributes: {
key
(required)
: {
display name: Parameter Name
type: string
}
value
: {
display name: Parameter Value
type: string
}
}
|
topQueriesLimit
Top Queries Limit
|
Total number of queries to pick for Ground truth calculations
type: integer
default value: '100 '
|
type
Spark Job Type
required
|
type: string
default value: 'ground_truth '
enum: {
ground_truth
}
|