File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Methods:
95
95
- <code title =" get /v1/messages/batches " >client.messages.batches.<a href =" ./src/anthropic/resources/messages/batches.py " >list</a >(\*\* <a href =" src/anthropic/types/messages/batch_list_params.py " >params</a >) -> <a href =" ./src/anthropic/types/messages/message_batch.py " >SyncPage[ MessageBatch] </a ></code >
96
96
- <code title =" delete /v1/messages/batches/{message_batch_id} " >client.messages.batches.<a href =" ./src/anthropic/resources/messages/batches.py " >delete</a >(message_batch_id) -> <a href =" ./src/anthropic/types/messages/deleted_message_batch.py " >DeletedMessageBatch</a ></code >
97
97
- <code title =" post /v1/messages/batches/{message_batch_id}/cancel " >client.messages.batches.<a href =" ./src/anthropic/resources/messages/batches.py " >cancel</a >(message_batch_id) -> <a href =" ./src/anthropic/types/messages/message_batch.py " >MessageBatch</a ></code >
98
- - <code title =" get /v1/messages/batches/{message_batch_id}/results " >client.messages.batches.<a href =" ./src/anthropic/resources/messages/batches.py " >results</a >(message_batch_id) -> BinaryAPIResponse </code >
98
+ - <code title =" get /v1/messages/batches/{message_batch_id}/results " >client.messages.batches.<a href =" ./src/anthropic/resources/messages/batches.py " >results</a >(message_batch_id) -> JSONLDecoder [ MessageBatchIndividualResponse ] </code >
99
99
100
100
# Models
101
101
@@ -218,4 +218,4 @@ Methods:
218
218
- <code title =" get /v1/messages/batches?beta=true " >client.beta.messages.batches.<a href =" ./src/anthropic/resources/beta/messages/batches.py " >list</a >(\*\* <a href =" src/anthropic/types/beta/messages/batch_list_params.py " >params</a >) -> <a href =" ./src/anthropic/types/beta/messages/beta_message_batch.py " >SyncPage[ BetaMessageBatch] </a ></code >
219
219
- <code title =" delete /v1/messages/batches/{message_batch_id}?beta=true " >client.beta.messages.batches.<a href =" ./src/anthropic/resources/beta/messages/batches.py " >delete</a >(message_batch_id) -> <a href =" ./src/anthropic/types/beta/messages/beta_deleted_message_batch.py " >BetaDeletedMessageBatch</a ></code >
220
220
- <code title =" post /v1/messages/batches/{message_batch_id}/cancel?beta=true " >client.beta.messages.batches.<a href =" ./src/anthropic/resources/beta/messages/batches.py " >cancel</a >(message_batch_id) -> <a href =" ./src/anthropic/types/beta/messages/beta_message_batch.py " >BetaMessageBatch</a ></code >
221
- - <code title =" get /v1/messages/batches/{message_batch_id}/results?beta=true " >client.beta.messages.batches.<a href =" ./src/anthropic/resources/beta/messages/batches.py " >results</a >(message_batch_id) -> BinaryAPIResponse </code >
221
+ - <code title =" get /v1/messages/batches/{message_batch_id}/results?beta=true " >client.beta.messages.batches.<a href =" ./src/anthropic/resources/beta/messages/batches.py " >results</a >(message_batch_id) -> JSONLDecoder [ MessageBatchIndividualResponse ] </code >
You can’t perform that action at this time.
0 commit comments