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. OutputItemServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. 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.
-
withOptions
OutputItemServiceAsync 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<OutputItemRetrieveResponse> retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<OutputItemListPageAsync> list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-