Class RunServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.beta.threads.RunServiceAsync
 
 @Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class RunServiceAsyncImpl implements RunServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRunServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.beta.threads.RunServiceAsynccancel, cancel, cancel, create, create, create, createStreaming, createStreaming, createStreaming, list, list, list, list, list, retrieve, retrieve, retrieve, submitToolOutputs, submitToolOutputs, submitToolOutputs, submitToolOutputsStreaming, submitToolOutputsStreaming, submitToolOutputsStreaming, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseRunServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsRunServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        steps@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StepServiceAsync steps() 
 - 
                                        create@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<Run> create(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        createStreaming@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") AsyncStreamResponse<AssistantStreamEvent> createStreaming(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieve@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<Run> retrieve(RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        update@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<Run> update(RunUpdateParams params, RequestOptions requestOptions) 
 - 
                                        list@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<RunListPageAsync> list(RunListParams params, RequestOptions requestOptions) 
 - 
                                        cancel@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<Run> cancel(RunCancelParams params, RequestOptions requestOptions) 
 - 
                                        submitToolOutputs@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<Run> submitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions) 
 - 
                                        submitToolOutputsStreaming@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") AsyncStreamResponse<AssistantStreamEvent> submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-