Class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.BuilderA builder for LogsOutput.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
logs
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder logs(String logs)
The text output from the Code Interpreter tool call.
 
- 
                                        
logs
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder logs(JsonField<String> logs)
Sets Builder.logs to an arbitrary JSON value.
You should usually call Builder.logs with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
type
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.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("logs")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput build()
Returns an immutable instance of LogsOutput.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.logs() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -