Interface OutputItemService
-
- All Implemented Interfaces:
public interface OutputItemService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOutputItemService.WithRawResponseA view of OutputItemService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract OutputItemService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. OutputItemRetrieveResponseretrieve(OutputItemRetrieveParams params)Get an evaluation run output item by ID. abstract OutputItemRetrieveResponseretrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)OutputItemListPagelist(OutputItemListParams params)Get a list of output items for an evaluation run. abstract OutputItemListPagelist(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)
-
-
-
-