Package com.openai.services.async
Class EmbeddingServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.EmbeddingServiceAsync
public final class EmbeddingServiceAsyncImpl implements EmbeddingServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
EmbeddingServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EmbeddingServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<CreateEmbeddingResponse>
create(EmbeddingCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
EmbeddingServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<CreateEmbeddingResponse> create(EmbeddingCreateParams params, RequestOptions requestOptions)
-
-
-
-