Package com.openai.models.beta.threads
        Class ThreadUpdateParams.ToolResources.CodeInterpreter
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadUpdateParams.ToolResources.CodeInterpreter
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classThreadUpdateParams.ToolResources.CodeInterpreter.BuilderA builder for CodeInterpreter. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<List<String>>fileIds()A list of file IDs made available to the code_interpretertool.final JsonField<List<String>>_fileIds()Returns the raw JSON value of fileIds. final Map<String, JsonValue>_additionalProperties()final ThreadUpdateParams.ToolResources.CodeInterpreter.BuildertoBuilder()final ThreadUpdateParams.ToolResources.CodeInterpretervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ThreadUpdateParams.ToolResources.CodeInterpreter.Builderbuilder()Returns a mutable builder for constructing an instance of CodeInterpreter. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fileIdsfinal Optional<List<String>> fileIds() A list of file IDs made available to the code_interpretertool. There can be a maximum of 20 files associated with the tool.
 - 
                                        _fileIdsfinal JsonField<List<String>> _fileIds() Returns the raw JSON value of fileIds. Unlike fileIds, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ThreadUpdateParams.ToolResources.CodeInterpreter.Builder toBuilder() 
 - 
                                        validatefinal ThreadUpdateParams.ToolResources.CodeInterpreter validate() 
 - 
                                        builderfinal static ThreadUpdateParams.ToolResources.CodeInterpreter.Builder builder() Returns a mutable builder for constructing an instance of CodeInterpreter. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-