Class ModelServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.ModelServiceAsync.WithRawResponse
public final class ModelServiceAsyncImpl.WithRawResponseImpl implements ModelServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ModelServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CardServiceAsync.WithRawResponsecards()CompletableFuture<HttpResponseFor<ModelRetrieveResponse>>retrieve(ModelRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(ModelDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.hiddenlayer.api.services.async.ModelServiceAsync.WithRawResponse
delete, delete, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
ModelServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<ModelRetrieveResponse>> retrieve(ModelRetrieveParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(ModelDeleteParams params, RequestOptions requestOptions)
-
-
-
-