Class OutputItemServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.evals.runs.OutputItemServiceAsync.WithRawResponse
public final class OutputItemServiceAsyncImpl.WithRawResponseImpl implements OutputItemServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OutputItemServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<OutputItemRetrieveResponse>>retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<OutputItemListPageAsync>>list(OutputItemListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
OutputItemServiceAsync.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
CompletableFuture<HttpResponseFor<OutputItemRetrieveResponse>> retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<OutputItemListPageAsync>> list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-