Package com.anthropic.services.blocking
Class BetaServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.BetaService
public final class BetaServiceImpl implements BetaService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BetaService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BetaServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ModelServicemodels()MessageServicemessages()AgentServiceagents()EnvironmentServiceenvironments()SessionServicesessions()DeploymentServicedeployments()DeploymentRunServicedeploymentRuns()VaultServicevaults()MemoryStoreServicememoryStores()FileServicefiles()SkillServiceskills()WebhookServicewebhooks()UserProfileServiceuserProfiles()-
-
Method Detail
-
withRawResponse
BetaService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
BetaService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
models
ModelService models()
-
messages
MessageService messages()
-
agents
AgentService agents()
-
environments
EnvironmentService environments()
-
sessions
SessionService sessions()
-
deployments
DeploymentService deployments()
-
deploymentRuns
DeploymentRunService deploymentRuns()
-
vaults
VaultService vaults()
-
memoryStores
MemoryStoreService memoryStores()
-
files
FileService files()
-
skills
SkillService skills()
-
webhooks
WebhookService webhooks()
-
userProfiles
UserProfileService userProfiles()
-
-
-
-