Interface OutputItemServiceAsync
-
- All Implemented Interfaces:
public interface OutputItemServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
OutputItemServiceAsync.WithRawResponse
A view of OutputItemServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract OutputItemServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<OutputItemRetrieveResponse> retrieve(String outputItemId, OutputItemRetrieveParams params)
Get an evaluation run output item by ID.
-
retrieve
CompletableFuture<OutputItemRetrieveResponse> retrieve(String outputItemId, OutputItemRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<OutputItemRetrieveResponse> retrieve(OutputItemRetrieveParams params)
-
retrieve
abstract CompletableFuture<OutputItemRetrieveResponse> retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<OutputItemListPageAsync> list(String runId, OutputItemListParams params)
Get a list of output items for an evaluation run.
-
list
CompletableFuture<OutputItemListPageAsync> list(String runId, OutputItemListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<OutputItemListPageAsync> list(OutputItemListParams params)
-
list
abstract CompletableFuture<OutputItemListPageAsync> list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-