ModelErrorCode

更新时间:
复制 MD 格式

Error code

HTTP status code

Error message

Description

InternalError

500

Internal Server Error

An internal system error occurred.

Algorithm.Model.Missing.RequestBody

400

required request body is missing

The request body is missing or has an invalid format.

Algorithm.Model.ModelIsTraining

412

model is training

The model is being trained. The next operation cannot be performed.

Algorithm.Model.TrainingHasNotSuccess

412

model training has not success

The model failed to be trained. The next operation cannot be performed.

Algorithm.Model.PredictingHasNotSuccess

412

model predicting has not success

The model prediction failed. The next operation cannot be performed.

Algorithm.Model.InvalidAppGroup

400

invalid app group

The app group in the request body is invalid.

Algorithm.Model.InvalidOriginalRequest

400

invalid original request

The original request in the request body is invalid.

Algorithm.Model.InvalidAliyunUserId

400

invalid aliyun user id

The Alibaba Cloud user ID is invalid.

Algorithm.Model.InvalidAppGroupId

400

invalid app group id

The app group ID is invalid.

Algorithm.Model.InvalidAppGroupName

400

invalid app group name

The app group name is invalid.

Algorithm.Model.InvalidAppGroupStatus

400

invalid app group status

The app group status is invalid.

Algorithm.Model.InvalidOriginalRequestUri

400

invalid original request uri

The original request URI is invalid.

Algorithm.Model.InvalidOriginalRequestMethod

400

invalid original request method

The original request method is invalid.

Algorithm.Model.InvalidModelId

400

invalid model id

The model ID is invalid.

Algorithm.Model.InvalidModelType

400

invalid model type

The type of the model.

Algorithm.Model.InvalidModelName

400

invalid model name

The model name.

Algorithm.Model.InvalidTrainTarget

400

invalid train target

The model training target is invalid.

Algorithm.Model.InvalidCron

400

invalid cron

The cron expression is invalid.

Algorithm.Model.CommentTooLong

400

comment too long

The comment is too long.

Algorithm.Model.NotFound

404

model is not exists

The model does not exist.

Algorithm.Model.Duplicated

409

duplicate model name

The model name already exists.

Algorithm.Model.InvalidDirection

400

invalid order direction

The sorting direction is invalid.

Algorithm.Model.InvalidNumberFormat

400

invalid number format

The number format is invalid.

Algorithm.Data.NoData

428

no data to train model

The data required for model training is not ready.

Algorithm.Data.NotEnoughDay

428

not enough day to train model

The number of data days is insufficient.

Algorithm.Data.NotEnoughPvAtLastDay

428

not enough pv at last day

The number of page views (PVs) on the last day is insufficient.

Algorithm.Data.NotEnoughIpvAtLastDay

428

not enough ipv at last day

The number of item page views (IPVs) on the last day is insufficient.

Algorithm.Data.TooManyInvalidBhvType

428

too many invalid bhv_type

The proportion of invalid bhv_type is too high.