Skip to main content

Big Data Model Training

Download OpenAPI specification:Download

Authentication

Sign

Security Scheme Type: API Key
Header parameter name: Authorization

data-mining

Data Mining Training Phase

Paginated query for model list

Authorizations:
Sign
query Parameters
name
string
Example: name=model-1

Query models by name (fuzzy search)

trainable
integer
Example: trainable=1

Whether the model is trainable (0 - not trainable, 1 - trainable)

pageNo
string
Example: pageNo=1

Page number

pageSize
string
Example: pageSize=20

Number of items per page

Responses

Response samples

Content type
application/json
{
  • "list": [
    ],
  • "pagination": {
    }
}

Model Version List

Authorizations:
Sign
path Parameters
modelCode
required
string

Model code

Responses

Response samples

Content type
application/json
{
  • "list": [
    ]
}

Model Training

Authorizations:
Sign
path Parameters
modelCode
required
string
Example: Xsdfsfd24dfsadfsaf

Model code

Request Body schema: multipart/form-data
file
required
string <binary>

Training data file, supports Excel 2007 and CSV (comma-separated)

source
string

Training source

sourceId
string

Training source ID

sourceName
string

Training source name

Responses

Response samples

Content type
application/json
{
  • "id": "uuiduuiduuid"
}