Class DataServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.inferencepipelines.DataService
public final class DataServiceImpl implements DataService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDataServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DataService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DataServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DataStreamResponsestream(DataStreamParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
DataService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DataService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
stream
DataStreamResponse stream(DataStreamParams params, RequestOptions requestOptions)
-
-
-
-