static CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.builder() |
|
CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.Builder.executionError(String executionError) |
Contains the error returned from code execution.
|
CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.Builder.executionOutput(String executionOutput) |
Contains the successful output returned from code execution
|
CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.Builder.executionTimeout(Boolean executionTimeout) |
Indicates if the execution of the code timed out.
|
CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.Builder.files(String... files) |
Contains output files, if generated by code execution.
|
CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.Builder.files(Collection<String> files) |
Contains output files, if generated by code execution.
|
default CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) |
Contains information about the output from the code interpreter.
|
CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.Builder.metadata(Metadata metadata) |
Contains information about the output from the code interpreter.
|
CodeInterpreterInvocationOutput.Builder |
CodeInterpreterInvocationOutput.toBuilder() |
|