Interface OutputItemService
-
- All Implemented Interfaces:
public interface OutputItemService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
OutputItemService.WithRawResponse
A view of OutputItemService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract OutputItemService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract OutputItemService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
OutputItemRetrieveResponse retrieve(String outputItemId, OutputItemRetrieveParams params)
Get an evaluation run output item by ID.
-
retrieve
OutputItemRetrieveResponse retrieve(String outputItemId, OutputItemRetrieveParams params, RequestOptions requestOptions)
-
retrieve
OutputItemRetrieveResponse retrieve(OutputItemRetrieveParams params)
-
retrieve
abstract OutputItemRetrieveResponse retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
OutputItemListPage list(String runId, OutputItemListParams params)
Get a list of output items for an evaluation run.
-
list
OutputItemListPage list(String runId, OutputItemListParams params, RequestOptions requestOptions)
-
list
OutputItemListPage list(OutputItemListParams params)
-
list
abstract OutputItemListPage list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-