Class EvalServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.EvalServiceAsync
public final class EvalServiceAsyncImpl implements EvalServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvalServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EvalServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<SummarizeExperimentResponse>create(EvalCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
EvalServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<SummarizeExperimentResponse> create(EvalCreateParams params, RequestOptions requestOptions)
-
-
-
-