Package com.openai.models
Class CodeInterpreterLogs
-
- All Implemented Interfaces:
public final class CodeInterpreterLogsText output from the Code Interpreter tool call as part of a run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeInterpreterLogs.Builderpublic final classCodeInterpreterLogs.TypeAlways
logs.
-
Method Summary
Modifier and Type Method Description final Longindex()The index of the output in the outputs array. final CodeInterpreterLogs.Typetype()Always logs.final Optional<String>logs()The text output from the Code Interpreter tool call. final JsonField<Long>_index()The index of the output in the outputs array. final JsonField<CodeInterpreterLogs.Type>_type()Always logs.final JsonField<String>_logs()The text output from the Code Interpreter tool call. final Map<String, JsonValue>_additionalProperties()final CodeInterpreterLogsvalidate()final CodeInterpreterLogs.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeInterpreterLogs.Builderbuilder()-
-
Method Detail
-
type
final CodeInterpreterLogs.Type type()
Always
logs.
-
_type
final JsonField<CodeInterpreterLogs.Type> _type()
Always
logs.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeInterpreterLogs validate()
-
toBuilder
final CodeInterpreterLogs.Builder toBuilder()
-
builder
final static CodeInterpreterLogs.Builder builder()
-
-
-
-