Class AssistantUpdateParams.ToolResources.CodeInterpreter.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class AssistantUpdateParams.ToolResources.CodeInterpreter.BuilderA builder for CodeInterpreter. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fileIdsfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder fileIds(List<String> fileIds) Overrides the list of file IDs made available to the code_interpretertool. There can be a maximum of 20 files associated with the tool.
 - 
                                        fileIdsfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder fileIds(JsonField<List<String>> fileIds) Sets Builder.fileIds to an arbitrary JSON value. You should usually call Builder.fileIds with a well-typed List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addFileIdfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder addFileId(String fileId) 
 - 
                                        additionalPropertiesfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal AssistantUpdateParams.ToolResources.CodeInterpreter.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal AssistantUpdateParams.ToolResources.CodeInterpreter build() Returns an immutable instance of CodeInterpreter. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-