engineId required | string The id of the engine |
modelName required | string The model name |
organizationId required | string The unique identifier of the target Coveo Cloud organization |
organizationId required | string The unique identifier of the target Coveo Cloud organization |
engineId required | object (EngineId) The id of the engine |
exportPeriod required | string The period to export data from. Unless an |
intervalTime required | integer <int32> The number of |
intervalUnit required | string Enum: "DAY" "WEEK" "MONTH" The duration unit of the interval between each run of the job. See |
Array of objects (IdAndDisplayNameModel) unique | |
commandLineParameters | Array of strings Deprecated |
commonFilter | string The filter to apply to the common event dimensions (shared by all event types) in the export. Multiple filter parameters are joined with the AND operator |
customEventFilter | string The filter to apply to the custom event dimensions in the export. Multiple filter parameters are joined with the AND operator |
exportOffset | string The offset period to apply to the export. An undefined |
extraConfig | object A JSON object representing the additional configuration to pass to a model configuration |
Array of objects (IdAndDisplayNameModel) unique | |
modelDisplayName | string The model display name in the Coveo Cloud V2 administration console |
modelName | object (ModelName) The model name |
searchEventFilter | string The filter to apply to the click and search event dimensions in the export. Multiple filter parameters are joined with the AND operator |
versionMatcher | object (VersionExpression) Deprecated. This parameter is exposed for backward compatibility reasons. |
viewEventFilter | string The filter to apply to the view event dimensions (shared by all event types) in the export. Multiple filter parameters are joined with the AND operator |
{- "apiKeysThatCanEdit": [
- {
- "displayName": "string",
- "id": "string"
}
], - "commandLineParameters": [
- "string"
], - "commonFilter": "country=='United States'",
- "customEventFilter": "(customEventValue=='submitButton') AND (customEventType=='caseCreation')",
- "engineId": "topclicks",
- "exportOffset": "P1W",
- "exportPeriod": "P1D",
- "extraConfig": {
- "someKey": "value"
}, - "groupsThatCanEdit": [
- {
- "displayName": "string",
- "id": "string"
}
], - "intervalTime": 1,
- "intervalUnit": "WEEK",
- "modelDisplayName": "MyModelDisplayName",
- "modelName": "MyModelName",
- "searchEventFilter": "(originLevel1=~'search' OR originLevel1=~'listings')",
- "versionMatcher": "Deprecated. This parameter is exposed for backward compatibility reasons.",
- "viewEventFilter": "viewContentType=@'product'"
}
organizationId required | string The unique identifier of the target Coveo Cloud organization |
engines | Array of strings A list of engine ids |
modelId required | string The unique identifier of the target model |
organizationId required | string The unique identifier of the target Coveo Cloud organization |
modelId required | string The unique identifier of the target model |
organizationId required | string The unique identifier of the target Coveo Cloud organization |
modelId required | string The unique identifier of the target model |
organizationId required | string The unique identifier of the target Coveo Cloud organization |
engineId required | object (EngineId) The id of the engine |
exportPeriod required | string The period to export data from. Unless an |
intervalTime required | integer <int32> The number of |
intervalUnit required | string Enum: "DAY" "WEEK" "MONTH" The duration unit of the interval between each run of the job. See |
Array of objects (IdAndDisplayNameModel) unique | |
commandLineParameters | Array of strings Deprecated |
commonFilter | string The filter to apply to the common event dimensions (shared by all event types) in the export. Multiple filter parameters are joined with the AND operator |
customEventFilter | string The filter to apply to the custom event dimensions in the export. Multiple filter parameters are joined with the AND operator |
exportOffset | string The offset period to apply to the export. An undefined |
extraConfig | object A JSON object representing the additional configuration to pass to a model configuration |
Array of objects (IdAndDisplayNameModel) unique | |
modelDisplayName | string The model display name in the Coveo Cloud V2 administration console |
modelName | object (ModelName) The model name |
searchEventFilter | string The filter to apply to the click and search event dimensions in the export. Multiple filter parameters are joined with the AND operator |
versionMatcher | object (VersionExpression) Deprecated. This parameter is exposed for backward compatibility reasons. |
viewEventFilter | string The filter to apply to the view event dimensions (shared by all event types) in the export. Multiple filter parameters are joined with the AND operator |
{- "apiKeysThatCanEdit": [
- {
- "displayName": "string",
- "id": "string"
}
], - "commandLineParameters": [
- "string"
], - "commonFilter": "country=='United States'",
- "customEventFilter": "(customEventValue=='submitButton') AND (customEventType=='caseCreation')",
- "engineId": "topclicks",
- "exportOffset": "P1W",
- "exportPeriod": "P1D",
- "extraConfig": {
- "someKey": "value"
}, - "groupsThatCanEdit": [
- {
- "displayName": "string",
- "id": "string"
}
], - "intervalTime": 1,
- "intervalUnit": "WEEK",
- "modelDisplayName": "MyModelDisplayName",
- "modelName": "MyModelName",
- "searchEventFilter": "(originLevel1=~'search' OR originLevel1=~'listings')",
- "versionMatcher": "Deprecated. This parameter is exposed for backward compatibility reasons.",
- "viewEventFilter": "viewContentType=@'product'"
}
Get detailed information about a specific model
{"owner":"COVEO_ML","targetDomain":"MODELS","type":"VIEW","targetId":"*"}
modelId required | string The unique identifier of the target model |
organizationId required | string The unique identifier of the target Coveo Cloud organization |
required | string Example: My_Model_ID The unique identifier of the target model |
required | string The unique identifier of the target Coveo Cloud organization |
configurationType required | string Enum: "STOPWORDS" "BLOCKLISTS" "ID_MAPPING" "DEFAULT_QUERIES" Example: BLOCKLISTS The type of advanced configuration file. |
required | string Example: My_Model_ID The unique identifier of the target model |
required | string The unique identifier of the target Coveo Cloud organization |
string Example: languageCode=en The language of the configuration file to retrieve. Only required when the specified modelConfigFileType is language-specific (e.g., STOPWORDS), and ignored otherwise. If specified, must be an ISO 639-1 code, or the string 'commons' |
configurationType required | string Enum: "STOPWORDS" "BLOCKLISTS" "ID_MAPPING" "DEFAULT_QUERIES" Example: BLOCKLISTS The type of advanced configuration file. |
required | string Example: My_Model_ID The unique identifier of the target model |
required | string The unique identifier of the target Coveo Cloud organization |
string Example: languageCode=en The language of the configuration file to retrieve. It must be an ISO 639-1 code, or the string 'commons' |
Upload configuration file for the model. Maximum file size allowed: 10 MB.
{"owner":"COVEO_ML","targetDomain":"MODELS","type":"EDIT","targetId":"*"}
configurationType required | string Enum: "STOPWORDS" "BLOCKLISTS" "ID_MAPPING" "DEFAULT_QUERIES" Example: BLOCKLISTS The type of advanced configuration file. |
required | string Example: My_Model_ID The unique identifier of the target model |
required | string The unique identifier of the target Coveo Cloud organization |
string Example: languageCode=en The language of the configuration file to retrieve. It must be an ISO 639-1 code, or the string 'commons' |
configFile required | string <binary> The configuration file to be uploaded. |