Class ModelServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.ModelServiceAsync
public final class ModelServiceAsyncImpl implements ModelServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModelServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ModelServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<BetaModelInfo>retrieve(ModelRetrieveParams params, RequestOptions requestOptions)CompletableFuture<ModelListPageAsync>list(ModelListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ModelServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<BetaModelInfo> retrieve(ModelRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ModelListPageAsync> list(ModelListParams params, RequestOptions requestOptions)
-
-
-
-