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

Method batch_status

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

Source from the content-addressed store, hash-verified

92 return response
93
94 def batch_status(self, batch_id):
95 response = self.client.batches.retrieve(batch_id)
96 print(response)
97 return response
98
99 def cancel_batch(self, batch_id):
100 response = self.client.batches.cancel(batch_id)

Callers 2

batch_statusFunction · 0.95
cancel_batchFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected