Class CodeInterpreterTool.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class CodeInterpreterTool.BuilderA builder for CodeInterpreterTool.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final CodeInterpreterTool.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final CodeInterpreterTool.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final CodeInterpreterTool.BuilderputAdditionalProperty(String key, JsonValue value)final CodeInterpreterTool.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final CodeInterpreterTool.BuilderremoveAdditionalProperty(String key)final CodeInterpreterTool.BuilderremoveAllAdditionalProperties(Set<String> keys)final CodeInterpreterToolbuild()Returns an immutable instance of CodeInterpreterTool. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
type
final CodeInterpreterTool.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.
 
- 
                                        
additionalProperties
final CodeInterpreterTool.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final CodeInterpreterTool.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final CodeInterpreterTool.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final CodeInterpreterTool.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final CodeInterpreterTool.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final CodeInterpreterTool build()
Returns an immutable instance of CodeInterpreterTool.
Further updates to this Builder will not mutate the returned instance.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -