Class InputTokenServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.responses.InputTokenService.WithRawResponse
public final class InputTokenServiceImpl.WithRawResponseImpl implements InputTokenService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InputTokenService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<InputTokenCountResponse>count(InputTokenCountParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
InputTokenService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
count
HttpResponseFor<InputTokenCountResponse> count(InputTokenCountParams params, RequestOptions requestOptions)
-
-
-
-