MCPcopy Create free account
hub / github.com/SalesforceAIResearch/perfcodegen / delete_batch

Function delete_batch

src/inference.py:1155–1158  ·  view source on GitHub ↗
(model, ids)

Source from the content-addressed store, hash-verified

1153 model.cancel_batch(i)
1154
1155def delete_batch(model, ids):
1156 model = RemoteModel(model)
1157 for i in ids:
1158 response = model.delete_batch(i)
1159
1160
1161

Callers

nothing calls this directly

Calls 2

delete_batchMethod · 0.95
RemoteModelClass · 0.90

Tested by

no test coverage detected