Class BatchServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.messages.BatchService
public final class BatchServiceImpl implements BatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BatchService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BetaMessageBatchcreate(BatchCreateParams params, RequestOptions requestOptions)BetaMessageBatchretrieve(BatchRetrieveParams params, RequestOptions requestOptions)BatchListPagelist(BatchListParams params, RequestOptions requestOptions)BetaDeletedMessageBatchdelete(BatchDeleteParams params, RequestOptions requestOptions)BetaMessageBatchcancel(BatchCancelParams params, RequestOptions requestOptions)StreamResponse<BetaMessageBatchIndividualResponse>resultsStreaming(BatchResultsParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
BetaMessageBatch create(BatchCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaMessageBatch retrieve(BatchRetrieveParams params, RequestOptions requestOptions)
-
list
BatchListPage list(BatchListParams params, RequestOptions requestOptions)
-
delete
BetaDeletedMessageBatch delete(BatchDeleteParams params, RequestOptions requestOptions)
-
cancel
BetaMessageBatch cancel(BatchCancelParams params, RequestOptions requestOptions)
-
resultsStreaming
StreamResponse<BetaMessageBatchIndividualResponse> resultsStreaming(BatchResultsParams params, RequestOptions requestOptions)
-
-
-
-