Model
registerDatasetConfig
/v2/api/model/{model_id}/register-dataset/{dataset_type}
Dataset registration to a model.
Code | Message | Datatype |
---|---|---|
200 | Successfully registered dataset to the Model. | |
400 | Bad request input data. | |
403 | Unauthorised. The endpoint enforces authorisation. | |
405 | Method not allowed. | |
500 | Internal server error, check server logs. |
getModelById
/v2/api/model
Model Operations.
Name | Description | Required | Type | In | Example |
---|---|---|---|---|---|
| string | query |
Code | Message | Datatype |
---|---|---|
200 | Successfully fetched the Model. | |
400 | Bad request input data. | |
403 | Unauthorised. The endpoint enforces authorisation. | |
404 | Model not found. | |
405 | Method not allowed. | |
500 | Internal server error, check server logs. |
deleteModelById
/v2/api/model
Model Operations.
Name | Description | Required | Type | In | Example |
---|---|---|---|---|---|
| string | query |
Code | Message | Datatype |
---|---|---|
200 | Successfully deleted the Model. | |
400 | Bad request input data. | |
403 | Unauthorised. The endpoint enforces authorisation. | |
404 | Model not found. | |
405 | Method not allowed. | |
500 | Internal server error, check server logs. |
listModels
/v2/api/models
Name | Description | Required | Type | In | Example |
---|---|---|---|---|---|
| integer | query | |||
| integer | query | |||
| integer | query | |||
| string | query | |||
| string | query |
Code | Message | Datatype |
---|---|---|
200 | Successfully fetched the Model. | |
400 | Bad request input data. | |
403 | Unauthorised. The endpoint enforces authorisation. | |
405 | Method not allowed. | |
500 | Internal server error, check server logs. |