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

Method cancel_batch

src/model.py:99–102  ·  view source on GitHub ↗
(self, batch_id)

Source from the content-addressed store, hash-verified

97 return response
98
99 def cancel_batch(self, batch_id):
100 response = self.client.batches.cancel(batch_id)
101 print(response)
102 return response
103
104 def delete_batch(self, batch_id):
105 response = self.client.batches.retrieve(batch_id)

Callers 1

cancel_batchFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected