Class RunServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.beta.threads.RunServiceAsync.WithRawResponse
 
 @Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class RunServiceAsyncImpl.WithRawResponseImpl implements RunServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.beta.threads.RunServiceAsync.WithRawResponsecancel, 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- 
                                        withOptionsRunServiceAsync.WithRawResponse 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.WithRawResponse steps() 
 - 
                                        create@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Run>> create(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        createStreaming@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<StreamResponse<AssistantStreamEvent>>> createStreaming(RunCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieve@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Run>> retrieve(RunRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        update@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Run>> update(RunUpdateParams params, RequestOptions requestOptions) 
 - 
                                        list@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<RunListPageAsync>> list(RunListParams params, RequestOptions requestOptions) 
 - 
                                        cancel@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Run>> cancel(RunCancelParams params, RequestOptions requestOptions) 
 - 
                                        submitToolOutputs@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Run>> submitToolOutputs(RunSubmitToolOutputsParams params, RequestOptions requestOptions) 
 - 
                                        submitToolOutputsStreaming@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<StreamResponse<AssistantStreamEvent>>> submitToolOutputsStreaming(RunSubmitToolOutputsParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-