Package com.anthropic.client
Class AnthropicClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.client.AnthropicClient.WithRawResponse
public final class AnthropicClientImpl.WithRawResponseImpl implements AnthropicClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AnthropicClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletionService.WithRawResponsecompletions()MessageService.WithRawResponsemessages()ModelService.WithRawResponsemodels()BetaService.WithRawResponsebeta()-
-
Method Detail
-
withOptions
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
CompletionService.WithRawResponse completions()
-
messages
MessageService.WithRawResponse messages()
-
models
ModelService.WithRawResponse models()
-
beta
BetaService.WithRawResponse beta()
-
-
-
-