Interface PermissionServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface PermissionServiceAsync.WithRawResponseA view of PermissionServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract PermissionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<HttpResponseFor<PermissionCreatePageAsync>> create(String fineTunedModelCheckpoint, PermissionCreateParams params) Returns a raw HTTP response for post /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions, but is otherwise the same as PermissionServiceAsync.create.
 - 
                                        createCompletableFuture<HttpResponseFor<PermissionCreatePageAsync>> create(String fineTunedModelCheckpoint, PermissionCreateParams params, RequestOptions requestOptions) 
 - 
                                        createCompletableFuture<HttpResponseFor<PermissionCreatePageAsync>> create(PermissionCreateParams params) 
 - 
                                        createabstract CompletableFuture<HttpResponseFor<PermissionCreatePageAsync>> create(PermissionCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(String fineTunedModelCheckpoint) Returns a raw HTTP response for get /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions, but is otherwise the same as PermissionServiceAsync.retrieve.
 - 
                                        retrieveCompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(String fineTunedModelCheckpoint, PermissionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(String fineTunedModelCheckpoint, PermissionRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(PermissionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(PermissionRetrieveParams params) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<PermissionRetrieveResponse>> retrieve(String fineTunedModelCheckpoint, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<PermissionDeleteResponse>> delete(String permissionId, PermissionDeleteParams params) Returns a raw HTTP response for delete /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id}, but is otherwise the same as PermissionServiceAsync.delete.
 - 
                                        deleteCompletableFuture<HttpResponseFor<PermissionDeleteResponse>> delete(String permissionId, PermissionDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<PermissionDeleteResponse>> delete(PermissionDeleteParams params) 
 - 
                                        deleteabstract CompletableFuture<HttpResponseFor<PermissionDeleteResponse>> delete(PermissionDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-