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