Interface EvalServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface EvalServiceAsync.WithRawResponseA view of EvalServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<SummarizeExperimentResponse>>create(EvalCreateParams params)Returns a raw HTTP response for post /v1/eval, but is otherwise the same as EvalServiceAsync.create.abstract CompletableFuture<HttpResponseFor<SummarizeExperimentResponse>>create(EvalCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<SummarizeExperimentResponse>> create(EvalCreateParams params)
Returns a raw HTTP response for
post /v1/eval, but is otherwise the same as EvalServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<SummarizeExperimentResponse>> create(EvalCreateParams params, RequestOptions requestOptions)
-
-
-
-