Datasets

Get all poisoned training datasets of a model

get

Get all poisoned training datasets of a model

Path parameters
modelIdstringRequired

Name of the model file

Example: e0a0588e-96c4-4fdf-9237-a8e94a6f5ffe.h5
Responses
200
Successful operation
multipart/form-data
ResponsestringExample: rsl_poisoned_dataset.csv
get
GET /strongcourage/MAIP/v1/attacks/{modelId}/datasets HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
rsl_poisoned_dataset.csv

Delete all poisoned training datasets of a model

delete

Delete all poisoned training datasets of a model

Path parameters
modelIdstringRequired

Name of the model file

Example: e0a0588e-96c4-4fdf-9237-a8e94a6f5ffe.h5
Responses
200
Successful delete all poisoned training datasets of a model
delete
DELETE /strongcourage/MAIP/v1/attacks/{modelId}/datasets HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful delete all poisoned training datasets of a model

No content