Class OutputItemServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.evals.runs.OutputItemService
public final class OutputItemServiceImpl implements OutputItemService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOutputItemServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description OutputItemService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. OutputItemRetrieveResponseretrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)OutputItemListPagelist(OutputItemListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
OutputItemService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
OutputItemRetrieveResponse retrieve(OutputItemRetrieveParams params, RequestOptions requestOptions)
-
list
OutputItemListPage list(OutputItemListParams params, RequestOptions requestOptions)
-
-
-
-