Package com.openai.models.responses
        Class ResponseCodeInterpreterToolCall.Output.Logs
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseCodeInterpreterToolCall.Output.LogsThe logs output from the code interpreter. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseCodeInterpreterToolCall.Output.Logs.BuilderA builder for Logs. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringlogs()The logs output from the code interpreter. final JsonValue_type()The type of the output. final JsonField<String>_logs()Returns the raw JSON value of logs. final Map<String, JsonValue>_additionalProperties()final ResponseCodeInterpreterToolCall.Output.Logs.BuildertoBuilder()final ResponseCodeInterpreterToolCall.Output.Logsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseCodeInterpreterToolCall.Output.Logs.Builderbuilder()Returns a mutable builder for constructing an instance of Logs. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the output. Always 'logs'. Expected to always return the following: JsonValue.from("logs")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _logsfinal JsonField<String> _logs() Returns the raw JSON value of logs. Unlike logs, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseCodeInterpreterToolCall.Output.Logs.Builder toBuilder() 
 - 
                                        validatefinal ResponseCodeInterpreterToolCall.Output.Logs validate() 
 - 
                                        builderfinal static ResponseCodeInterpreterToolCall.Output.Logs.Builder builder() Returns a mutable builder for constructing an instance of Logs. The following fields are required: .logs()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-