Package com.openai.services.async
        Interface EmbeddingServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface EmbeddingServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceEmbeddingServiceAsync.WithRawResponseA view of EmbeddingServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract EmbeddingServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract EmbeddingServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<CreateEmbeddingResponse>create(EmbeddingCreateParams params)Creates an embedding vector representing the input text. abstract CompletableFuture<CreateEmbeddingResponse>create(EmbeddingCreateParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract EmbeddingServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract EmbeddingServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<CreateEmbeddingResponse> create(EmbeddingCreateParams params) Creates an embedding vector representing the input text. 
 - 
                                        createabstract CompletableFuture<CreateEmbeddingResponse> create(EmbeddingCreateParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-