Package com.anthropic.client
Interface AnthropicClient.WithRawResponse
-
- All Implemented Interfaces:
public interface AnthropicClient.WithRawResponseA view of AnthropicClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletionService.WithRawResponsecompletions()abstract MessageService.WithRawResponsemessages()abstract ModelService.WithRawResponsemodels()abstract BetaService.WithRawResponsebeta()-
-
Method Detail
-
completions
abstract CompletionService.WithRawResponse completions()
-
messages
abstract MessageService.WithRawResponse messages()
-
models
abstract ModelService.WithRawResponse models()
-
beta
abstract BetaService.WithRawResponse beta()
-
-
-
-