Class OutputItemServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.evals.runs.OutputItemService.WithRawResponse
public final class OutputItemServiceImpl.WithRawResponseImpl implements OutputItemService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OutputItemService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<OutputItemRetrieveResponse>retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<OutputItemListPage>list(OutputItemListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
OutputItemService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
HttpResponseFor<OutputItemRetrieveResponse> retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<OutputItemListPage> list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-