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