Class OutputItemServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.evals.runs.OutputItemServiceAsync
public final class OutputItemServiceAsyncImpl implements OutputItemServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
OutputItemServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description OutputItemServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<OutputItemRetrieveResponse>
retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<OutputItemListPageAsync>
list(OutputItemListParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
OutputItemServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<OutputItemRetrieveResponse> retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<OutputItemListPageAsync> list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-