Package com.openai.models.responses
        Class Tool.CodeInterpreter.Container
- 
                    
                    - All Implemented Interfaces:
 
 public final class Tool.CodeInterpreter.ContainerThe code interpreter container. Can be a container ID or an object that specifies uploaded file IDs to make available to your code. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceTool.CodeInterpreter.Container.VisitorAn interface that defines how to map each variant of Container to a value of type T. public final classTool.CodeInterpreter.Container.CodeInterpreterToolAutoConfiguration for a code interpreter container. Optionally specify the IDs of the files to run the code on. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        codeInterpreterToolAutofinal Optional<Tool.CodeInterpreter.Container.CodeInterpreterToolAuto> codeInterpreterToolAuto() Configuration for a code interpreter container. Optionally specify the IDs of the files to run the code on. 
 - 
                                        isCodeInterpreterToolAutofinal Boolean isCodeInterpreterToolAuto() 
 - 
                                        asCodeInterpreterToolAutofinal Tool.CodeInterpreter.Container.CodeInterpreterToolAuto asCodeInterpreterToolAuto() Configuration for a code interpreter container. Optionally specify the IDs of the files to run the code on. 
 - 
                                        acceptfinal <T extends Any> T accept(Tool.CodeInterpreter.Container.Visitor<T> visitor) 
 - 
                                        validatefinal Tool.CodeInterpreter.Container validate() 
 - 
                                        ofStringfinal static Tool.CodeInterpreter.Container ofString(String string) The container ID. 
 - 
                                        ofCodeInterpreterToolAutofinal static Tool.CodeInterpreter.Container ofCodeInterpreterToolAuto(Tool.CodeInterpreter.Container.CodeInterpreterToolAuto codeInterpreterToolAuto) Configuration for a code interpreter container. Optionally specify the IDs of the files to run the code on. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-