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