Class MessageServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.MessageService.WithRawResponse
public final class MessageServiceImpl.WithRawResponseImpl implements MessageService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BatchService.WithRawResponsebatches()HttpResponseFor<BetaMessage>create(MessageCreateParams params, RequestOptions requestOptions)HttpResponseFor<StreamResponse<BetaRawMessageStreamEvent>>createStreaming(MessageCreateParams params, RequestOptions requestOptions)HttpResponseFor<BetaMessageTokensCount>countTokens(MessageCountTokensParams params, RequestOptions requestOptions)-
-
Method Detail
-
batches
BatchService.WithRawResponse batches()
-
create
HttpResponseFor<BetaMessage> create(MessageCreateParams params, RequestOptions requestOptions)
-
createStreaming
HttpResponseFor<StreamResponse<BetaRawMessageStreamEvent>> createStreaming(MessageCreateParams params, RequestOptions requestOptions)
-
countTokens
HttpResponseFor<BetaMessageTokensCount> countTokens(MessageCountTokensParams params, RequestOptions requestOptions)
-
-
-
-