Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CodeInterpreterInvocationOutput.Builder
-
Packages that use CodeInterpreterInvocationOutput.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of CodeInterpreterInvocationOutput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CodeInterpreterInvocationOutput.Builder Modifier and Type Method Description static CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput. builder()CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput.Builder. executionError(String executionError)Contains the error returned from code execution.CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput.Builder. executionOutput(String executionOutput)Contains the successful output returned from code executionCodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput.Builder. executionTimeout(Boolean executionTimeout)Indicates if the execution of the code timed out.CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput.Builder. files(String... files)Contains output files, if generated by code execution.CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput.Builder. files(Collection<String> files)Contains output files, if generated by code execution.CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CodeInterpreterInvocationOutput.Builder Modifier and Type Method Description static Class<? extends CodeInterpreterInvocationOutput.Builder>CodeInterpreterInvocationOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CodeInterpreterInvocationOutput.Builder Modifier and Type Method Description default Observation.BuilderObservation.Builder. codeInterpreterInvocationOutput(Consumer<CodeInterpreterInvocationOutput.Builder> codeInterpreterInvocationOutput)Contains the JSON-formatted string returned by the API invoked by the code interpreter.
-