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 AnthropicClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract CompletionService.WithRawResponsecompletions()abstract MessageService.WithRawResponsemessages()abstract ModelService.WithRawResponsemodels()abstract BetaService.WithRawResponsebeta()-
-
Method Detail
-
withOptions
abstract AnthropicClient.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
completions
abstract CompletionService.WithRawResponse completions()
-
messages
abstract MessageService.WithRawResponse messages()
-
models
abstract ModelService.WithRawResponse models()
-
beta
abstract BetaService.WithRawResponse beta()
-
-
-
-