Skip to main content



Batch Query with Why Factors

Batch Query with Why Factors

POST /cloud/batchQueryWithWhyFactors

note

Execute a batch query with WHY factors using a folder of data. A batch query lets you execute a group of queries at the same time. If you don't specify the instance version the version will default to the current version. The individual queries in the batch will have the variable importance (weight) of each factor (feature and value) during the classification and whether the factor is similar to the query object or not. The result of the query is in json format.

Parameters

instanceName<string> (form variable)

Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+.

version<string> (form variable)

Version of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.

queryFolder<string> (form variable)

Folder containing files for the queries. Alphanumeric string: [A-Za-z0-9-_]+.

outputFolder<string> (form variable)

Folder for query results. Alphanumeric string: [A-Za-z0-9-_]+.

fileName<string> (form variable)

Name of the file. Alphanumeric string: [^%[]%~+"]+.(csv|tsv|json)

user (header (authorization) variable)

user's authentication