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