Package com.braintrustdata.api.client
Interface BraintrustClient.WithRawResponse
-
- All Implemented Interfaces:
public interface BraintrustClient.WithRawResponseA view of BraintrustClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
topLevel
abstract TopLevelService.WithRawResponse topLevel()
-
projects
abstract ProjectService.WithRawResponse projects()
-
experiments
abstract ExperimentService.WithRawResponse experiments()
-
datasets
abstract DatasetService.WithRawResponse datasets()
-
prompts
abstract PromptService.WithRawResponse prompts()
-
roles
abstract RoleService.WithRawResponse roles()
-
groups
abstract GroupService.WithRawResponse groups()
-
acls
abstract AclService.WithRawResponse acls()
-
users
abstract UserService.WithRawResponse users()
-
projectScores
abstract ProjectScoreService.WithRawResponse projectScores()
-
projectTags
abstract ProjectTagService.WithRawResponse projectTags()
-
spanIframes
abstract SpanIframeService.WithRawResponse spanIframes()
-
functions
abstract FunctionService.WithRawResponse functions()
-
views
abstract ViewService.WithRawResponse views()
-
organizations
abstract OrganizationService.WithRawResponse organizations()
-
apiKeys
abstract ApiKeyService.WithRawResponse apiKeys()
-
aiSecrets
abstract AiSecretService.WithRawResponse aiSecrets()
-
envVars
abstract EnvVarService.WithRawResponse envVars()
-
evals
abstract EvalService.WithRawResponse evals()
-
-
-
-