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
Modifier and Type Method Description abstract OutputItemServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<OutputItemRetrieveResponse>
retrieve(OutputItemRetrieveParams params)
Get an evaluation run output item by ID. abstract CompletableFuture<OutputItemRetrieveResponse>
retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<OutputItemListPageAsync>
list(OutputItemListParams params)
Get a list of output items for an evaluation run. abstract CompletableFuture<OutputItemListPageAsync>
list(OutputItemListParams params, RequestOptions requestOptions)
-
-
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(OutputItemRetrieveParams params)
Get an evaluation run output item by ID.
-
retrieve
abstract CompletableFuture<OutputItemRetrieveResponse> retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<OutputItemListPageAsync> list(OutputItemListParams params)
Get a list of output items for an evaluation run.
-
list
abstract CompletableFuture<OutputItemListPageAsync> list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-