The configurations included in a sample analysis definition JSON file are as follows.
{ "name" : "wso2-ml-analysis", "comments" : "analysis test", "projectId" : 1 }
Parameter definitions
The definitions of the parameters in the above sample dataset definition JSON file are as follows.
Parameter | Description | Required | Default value | Example |
---|---|---|---|---|
name | a unique name to identify the analysis | Yes | None | wso2-ml-analysis |
comments | comments on the analysis | Yes | None | analysis test |
projectId | ID of the project to which, this analysis belongs | Yes | None | 1 |