Class BatchServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
public final class BatchServiceAsyncImpl.WithRawResponseImpl implements BatchServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<MessageBatch>>create(BatchCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<MessageBatch>>retrieve(BatchRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BatchListPageAsync>>list(BatchListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<DeletedMessageBatch>>delete(BatchDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<MessageBatch>>cancel(BatchCancelParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<StreamResponse<MessageBatchIndividualResponse>>>resultsStreaming(BatchResultsParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.messages.BatchServiceAsync.WithRawResponse
cancel, create, delete, list, list, list, resultsStreaming, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<MessageBatch>> create(BatchCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<MessageBatch>> retrieve(BatchRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BatchListPageAsync>> list(BatchListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<DeletedMessageBatch>> delete(BatchDeleteParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<MessageBatch>> cancel(BatchCancelParams params, RequestOptions requestOptions)
-
resultsStreaming
CompletableFuture<HttpResponseFor<StreamResponse<MessageBatchIndividualResponse>>> resultsStreaming(BatchResultsParams params, RequestOptions requestOptions)
-
-
-
-