/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. |
/v2/api/model
Model Operations.
Name | Description | Required | Type | In | Example |
---|---|---|---|---|---|
model_id | 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. |
/v2/api/model
Model Operations.
Name | Description | Required | Type | In | Example |
---|---|---|---|---|---|
model_id | 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. |
/v2/api/models
Name | Description | Required | Type | In | Example |
---|---|---|---|---|---|
pageNumber | integer | query | |||
pageSize | integer | query | |||
numberOfLastChecksToFetch | integer | query | |||
searchQuery | string | query | |||
modelType | 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. |