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