Class Tool.CodeInterpreter.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class Tool.CodeInterpreter.BuilderA builder for CodeInterpreter. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        containerfinal Tool.CodeInterpreter.Builder container(Tool.CodeInterpreter.Container container) The code interpreter container. Can be a container ID or an object that specifies uploaded file IDs to make available to your code. 
 - 
                                        containerfinal Tool.CodeInterpreter.Builder container(JsonField<Tool.CodeInterpreter.Container> container) Sets Builder.container to an arbitrary JSON value. You should usually call Builder.container with a well-typed Container value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        containerfinal Tool.CodeInterpreter.Builder container(String string) Alias for calling container with Container.ofString(string).
 - 
                                        containerfinal Tool.CodeInterpreter.Builder container(Tool.CodeInterpreter.Container.CodeInterpreterToolAuto codeInterpreterToolAuto) Alias for calling container with Container.ofCodeInterpreterToolAuto(codeInterpreterToolAuto).
 - 
                                        typefinal Tool.CodeInterpreter.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("code_interpreter")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal Tool.CodeInterpreter.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal Tool.CodeInterpreter.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal Tool.CodeInterpreter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal Tool.CodeInterpreter.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal Tool.CodeInterpreter.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal Tool.CodeInterpreter build() Returns an immutable instance of CodeInterpreter. Further updates to this Builder will not mutate the returned instance. The following fields are required: .container()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-