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